.error {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.about-button {
    background-color: var(--logo-blue);
}

h1 {
    font-size: 9rem !important;
    color: var(--logo-blue);
}