.error-404 {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #630200;
    text-align: center;
}

.error-404 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.error-404__title {
    font-family: 'Moul', cursive;
    font-size: 160px;
    color: #ffc806;
    line-height: 1;
}

.error-404__text {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 768px) {
    .error-404__title {
        font-size: 100px;
    }
    .error-404__text {
        font-size: 18px;
    }
}
