#page404 {
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-vito.avif");  
    background-attachment: fixed;
    background-size:cover;
    background-repeat: no-repeat; 
    color: white;
}
.page404cover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
}
#page404 h1{
    width: 100%;
    height: auto;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 96px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 5px;
    text-align: center;    
}

#page404 h2{
    width: 100%;
    height: auto;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
}

#page404 h3{
    width: 100%;
    height: auto;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
}

@media only screen and (max-width: 640px) { 

    .page404cover {
       padding-top: 60px;
    }
    #page404 h1{
        font-size: 62px;  
        margin-bottom: 20px;
    }
    #page404 h2{
        font-size: 14px;
        font-weight: 400;  
        text-decoration: underline;
    }
    #page404 h3{
        font-size: 12px;  
        font-weight: 400;
    }
}
