html { background: #000; color: #fff }
body { margin: 0; font-family: sans-serif }
a { color: lightblue }
#index { max-width: 800px; margin: auto }
#player {
display: block;
width: 100vw;
height: 90vh;
max-height: 80vw;
box-sizing: border-box;
}
#title-bar {
display: flex;
align-items: center;
gap: .25rem;
#title { flex-grow: 1 }
}
#details, #comments { max-width: 1000px }
.comment .replies { margin-left: 2rem }