body {
    font-family: Arial, serif;
    background-color: #131418;
    color: #FFFFFF;
    font-size: 14px;
}

ul {
    list-style-type: square;
}

ul > li > ul {
    list-style-type: circle;
}

ul > li > ul > li > ul {
    list-style-type: square;
}
a {
    color: #F0E500;
}

[data-custom-class='body'], [data-custom-class='body'] * {
    background: transparent;
}

[data-custom-class='title'], [data-custom-class='title'] * {
    font-size: 26px;
}

[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
    font-size: 19px;
}

[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
    font-size: 17px;
}

[data-custom-class='link'], [data-custom-class='link'] * {
    word-break: break-word;
}

.line-height-1-5 {
    line-height: 1.5;
}

strong, b {
    font-size: 15px;
}

.font-size-26 {
    font-size: 26px;
}
.container .content-area {
    background-color: #202128;
    max-width: 500px;
}
form button.btn-primary {
    background-color: #F0E500;
    border-color: #F0E500;
    color: #131418;
}
form button.btn-primary:hover {
    background-color: #F0E500;
    border-color: #F0E500;
    color: #131418;
}