a {
    color: #005bd1;
    text-decoration: none;
}

.content {
    margin: 0 auto;
}
.ykt-page {
    background: #f1f1f1;
    background-size: 1800% 1800%;
    max-width: 800px;
    border-radius: 24px;
    margin: 50px auto;
    padding: 8px;
    line-height: 1.5em;
    transition: background .1s linear;
}
.ykt-page_inner {
    padding: 24px 32px;
    background-color: #fff;
    border-radius: 16px;
}
.ykt-page_block {

}
.ykt-page_block p {
    margin: 15px 0;
}
.ykt-page_header {
    color: #171717;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-height: 36px;
}