.main {
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-size: 35px;
    margin-right: -510px;
    font-family: yakan;

}

h2 {
    direction: rtl;
    font-size: 25px;
    text-align: right;
    margin-right: 100px;
    font-family: yakan;
    color: #48465a;

}

.photo {
    text-align: center;
}

img {
    width: 1150px;
}


.prag {
    direction: rtl;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.main-container {
    display: flex;

}

.container {
    width: 66.66%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p {
    text-align: start;
    direction: rtl;
    font-size: 20px;
    margin-right: 100px;
    margin-left: 20px;
    margin-top: -5px;
    font-family: yakan;
    color: #4e4b66de;
    word-spacing: 1px;
}

@font-face {
    font-family: yakan;
    src: url(font1/IRYekan.ttf)format(TrueType),
    url(font1/Yekan.woff2)format(WOFF2);
}

a{
    color: #7168ce;
    text-decoration: none;
    font-weight: 500px;
}