body {
    font-size: 48pt;
}

#q {
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
}

#a {
    position: absolute;
    left: 50%;
    top: 400px;
    transform: translateX(-150%);
}

#a:hover {
    cursor: pointer;
    color: white;
    background-color: black;
}

#rc {
    position: absolute;
    left: 50%;
    top: 400px;
    transform: translateX(50%);
}

#r:hover {
    cursor: pointer;
    color: white;
    background-color: black;
}

#finish {
    display: none;
}

#video {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#tag {
    position: absolute;
    top: 700px;
    left: 50%;
    transform: translateX(-50%);
}

.great {
    display: inline-block;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    background-color: black;
    color: white;
}