.error-container {
    text-align: center;
    padding: 50px;
}

.error-container h1 {
    color: #333;
}

.error-container a {
    margin: 0 10px;
    color: var(--color-text-highlight);
    text-decoration: none;
}
