body {
    padding: 0 0 37px 0;
    max-width: 470px;
    margin-inline: auto;
}
.selection {
    max-width: 470px;
    padding: 20px;
}
.container {
    max-width: 450px;
    padding: 0 30px;
}
.img {
}
 
.div {
    display: flex;
    justify-content: left;
    gap: 16px;
    align-items: center;
    margin-bottom: 30px;
    font-family: HelveticaNeueCyr;
}
.top {
    font-family: HelveticaNeueCyr;
    font-size: 15px;
    font-weight: 550;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;

}
.main {
 
    font-family: HelveticaNeueCyr;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    

    hyphens: auto;
    white-space: pre-wrap;
    overflow:auto;
    border: 0; 
}

a {
    text-decoration-line: inherit;
    color: blue;
    text-decoration-line: underline;
    font-weight: 600;
    font: 500;
    font-family: Montserrat;
    text-align: center;
    font-size:10pt;
}