#container { width: 100%; height: 100vh; overflow-y: auto; display: grid; gap: 10px; padding: 10px; padding-bottom: 50%; } #container sfw-image { margin: auto; } #subtitle { text-align: center; color: #7e8fa8; font-size: 0.8em; font-weight: lighter; padding-top: 10px; } #subtitle i { font-family: 'Pacifico'; font-style: normal; color: var(--fg-disabled); } #date { font-size: 1.2em; font-weight: bold; background: #efefef99; backdrop-filter: blur(10px); padding: 10px; border-radius: var(--border-radius); box-shadow: #223223aa 1px 1px 4px; }