body {
    background-color: black;
    color: white;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
}

br {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a { color: white; }
a:hover { color: white; }
a:visited { color: white; }

#hint { color: black; }
#hint::before {
    content: "HINT: ";
    color: white;
}

audio, video {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    outline: none;
}