#errorContainer {
    padding-top: 200px;
    padding-bottom: 200px;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),url('https://cdn.pixabay.com/photo/2022/04/22/04/27/tulips-7148773_1280.jpg') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    font-size: 150px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    margin: 20px 0;
}


@media (max-width: 768px) {

    #errorContainer {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 50px;
        font-weight: 700;
    }
    h2 {
        font-size: 24px;
        margin: 20px 0;
    }
    
}