
body {
    font-family: monospace, sans-serif;
    background-color: #222;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dg.ac {
    display: none
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.g-recaptcha {
    color-scheme: normal;
}

.info {
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .75);
}

@media screen and (max-width: 550px) {
    .info {
        width: auto;
        left: 3%;
        right: 3%;
        transform: translate(0, -50%);
        background-color: rgba(0, 0, 0, .75);
    }
}
