html {
    font-family: monospace;
    font-size: 12px;
    cursor: grab;
    scrollbar-color: black transparent;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 800px;
    height: fit-content;
}
img {
    pointer-events: none;
}
p, h1, h2, h3 {
    line-height: 1;
}
h1, h2, h3 {
    text-align: center;
}
figure {
    max-width: fit-content;
    margin: 0;
    padding: 0;
}
figcaption {
    position: absolute;
}
.song-title {
    max-width: fit-content;
    background-color: white;
    border: 1px dotted black;
    padding: 2px 4px;
}