9 lines
160 B
CSS
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;
|
|
} |