#container { display: flex; justify-content: center; align-items: center; text-align: center; width: 100%; height: 100%; } #content { background-color: #151515; border-radius: 24px; } #footer { font-size-adjust: 0.3; margin-left: 16px; margin-right: 16px; } img, video, audio { max-height: 50vh; } figcaption strong { font-weight: bold; }