#notfound { --color: var(--dark) linear-gradient(#0000, #0003); flex: 1; display: flex; justify-content: center; align-items: center; color: white; flex-direction: column; gap: 20px; } #notfound > * { max-width: 300px; } #text-outer > i { font-size: 30px; } #text-outer { display: inline-flex; flex-direction: column; align-items: center; font-size: 25px; } #text-404 { font-size: 160px; line-height: 1; }