body {
    background-color: black;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px;
    margin-left: 40px;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a, a:visited, a:hover {
    color: white;
}

#player {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}