:root { line-height: 1.5; color: white; --primary: #0d2222; --secondary: #054f3f; --thirdly: #043b2f; --accent-1: #9f8083; --accent-2: #66232e; --accent-3: #44131a; } body { background-image: url("/bg.png"); margin: 40px auto; max-width: 1280px; } header { text-align: center; h1 { display: block; font-size: 2em; margin-block-start: 0.37em; margin-block-end: 0.37em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; unicode-bidi: isolate; } } footer { text-align: center; } .body_of_funny_content { display: flex; flex-direction: row; } .actual-content { flex: 1; background-color: var(--primary); /* border: */ margin: 5px; } .sticky_top { position: sticky; top: 5px; } .a_bit_of_padding { padding: 12px; } .stamp_holder { justify-content: center; flex-grow: 0; display: flex; flex-wrap: wrap; align-items: flex-end; image-rendering: pixelated; gap: 1px; }