2025-09-27 21:02:23 +03:00

9 lines
156 B
CSS

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