body {
    background: #111;
    color: #ddd;
    font-family: "Helvetica", sans-serif;
}

.album-art {
    width: 2.5em;
    height: auto;
}

ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

a {
    color: #aaa;
    text-decoration: none;;
}

.artist {
    font-size: 0.8em;
}

.track {
    display: flex;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
}

iframe {
    height: 90px;
}

p {
    text-align: center;
    color: inherit;
}

hr {
    margin-bottom: 2em;
}