html, body {
    background: #011330;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7 !important;
    letter-spacing: 0;
    overflow-x: scroll;
}
a {
    transition: all .3s;
}
a:hover {
    opacity: .7;
}
.grecaptcha-badge {
    visibility: hidden !important;
}