/* error404.css */ .error-code { font-size: 6rem; font-weight: 800; color: var(--accent); margin: 0; line-height: 1; } @media(max-width:768px){ .error-code { font-size: 4.5rem; } }