body {
    background-color: #000;
    color: #FFF;
}

main {
    text-align: center;
    font-family: 'Arial', sans-serif;
}

a,
a:visited {
    color: #FFF;
}

#lyrics {
    font-size: min(14px, 2vw);
}

#start {
    margin-top: 1.2em;
    user-select: none;
    cursor: pointer;
}

#resumeOptionsBox {
    position: absolute;
    background-color: rgba(159, 159, 159, 0.65);
    border-radius: 1em;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    display: none;
    padding: 0.2em;
    width: 6em;
}

#resumeOptionsBox button {
    margin: 0.2em 0.1em;
    font-size: smaller;
    width: 6em;
}

#controls {
    position: fixed;
    bottom: 4vh;
    right: 4vw;
    padding: 1em;
    background-color: rgba(159, 159, 159, 0.65);
    border-radius: 1em;
}

#controls button {
    cursor: pointer;
}