.time-bar { display: flex; justify-content: center; flex-direction: column; font-style: italic; } .tribute-container { background-color: #2b2d31; color: #fff; border-radius: 8px; margin: 4px; padding: 4px; box-shadow: 0 0 5px 0 rgba(0,0,0,0.75); .highlight { background-color: #35373c; } li { padding: 8px 12px; border-radius: 8px; } } textarea.autoresize { resize: vertical !important; }