main{
    width: 100%;
    margin-top: 7dvw;
    margin-bottom: 7dvw;
    padding-top: 7dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 10dvh;
}
.titr{
    display: flex;
    justify-content: center;
    font-size: clamp(none, 1.8dvw, 30px);
}
h1{
    margin: 0;
    font-family: var(--mahsa1);
    color: var(--color2);
}
.image-back{
    width: 60dvw;
    height: 120dvw;
    background-position: center center;
    background-size: cover;
    border-radius: 25px;
    box-shadow: 0 0 5dvw -0.5dvw black;
    z-index: -1;
}
p{
    max-width: 70dvw;
    font-size: clamp(none, 1.5dvw, 30px);
    font-family: var(--yekan3);
    text-align: center;
}
.link{
    font-family: var(--mahsa2);
    color: var(--color2);
    font-size: clamp(none, 1.5dvw, 30px);
    text-decoration: underline;
}