body { background-color: #1c1c1c; color: #e8e7d5; } a { color: #d478e0; } h1,h2,h3,h4 { color: #ff9430; } button { background: #1c1c1c; color: #ff9430; border: 1px solid #ff9430; margin-left: 2px; margin-right: 2px; } button:hover { cursor: pointer; } .center { text-align: center; } .row { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: baseline; } .row>div { margin: 30px; } .centered-column { display: grid; grid-template-columns: 1fr minmax(300px,500px) 1fr; padding: 10px; column-gap: 40px; } .four-column > div { max-width: 50%; } .track-list-item:hover { cursor: pointer; background-color: #454545; } .now-playing { position: sticky; top: 2em; width: 300px; } .now-playing button { font-size: 2em; } .now-playing-track { background-color: #454545; }