.ui__game {
    background: hsl(0, 0%, 10%);
}

canvas {
    background: hsl(0, 0%, 10%);
    position: relative;
    top: -5svh;
}

.text.text--title {
    bottom: 77%;
}

.text.text--timer {
    bottom: 81%;
}

.text.text--note {
    top: 85%;
}

div.ui,
div.ui * {
    color: white;
}

.range__track-line {
    background: hsla(0, 0%, 100%, 0.25);
}

.range__handle div {
    border-radius: 9999px;
}