2025-09-27 01:42:15 +03:00

9 lines
160 B
CSS

section.section-404 {
text-align: center;
background: var(--background-color);
}
section.section-404 h2 {
color: var(--brand-3);
margin: 1em;
}