
*{
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
html, body, .wrapper{
    height: 100%;
}

.wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 32px;
    overflow: auto;
    box-sizing: border-box;
}
.wrapper a{
    display: inline-block;
}
.logo{
    padding: 10px 0;
}
.main_img{
    width: 174.554px;
    height: 200px;
    margin: 64px 0 32px;
}
h1{
    color: #323232;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
p{  
    max-width: 618px;
    margin: 16px 0 24px;
    text-align: center;
    color: #B1B0B6;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.2px;
}
.link_back{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 129.412% */
    letter-spacing: -0.3px;
    padding: 17px 90px 17px 90px;
    border-radius: 16px;
    background: #323232;
}
.link_next{
    color: #323232;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin:  20px 0 0;
}
@media screen and (max-width: 600px) {
    .link_back{
        display: block;
        max-width: 340px;
        width: 100%;
        text-align: center;
        padding: 17px;
        box-sizing: border-box;
    }
}