.error-404 {
    padding: 120px 0;
    text-align: center;
}

.error-404 h1 {
    font-family: 'Syne', sans-serif;
    font-size: 120px;
    font-weight: 800;
    color: var(--color-teal-light);
    line-height: 1;
    margin-bottom: 16px;
}

.error-404 p {
    font-size: 20px;
    color: var(--text-mid);
    margin-bottom: 32px;
}
