16 lines
207 B
CSS
16 lines
207 B
CSS
#error {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-top: 10rem;
|
|
}
|
|
|
|
#error h1 {
|
|
color: var(--logo);
|
|
font-family: Facebook;
|
|
font-size: 5rem;
|
|
}
|
|
|
|
#error span {
|
|
font-size: 2rem;
|
|
}
|