body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background: #181a21;
}

p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

a {
    color: #f6851c !important;
    text-decoration: 1px solid underline;
    text-underline-offset: 2px;
}

a:visited {
    color: #e46e00 !important;
}

a:focus, a:active {
    color: #ff9f45 !important;
}

span.strike {
    text-decoration-line: line-through;
}
