.error {

    max-width: 750px;
    
    display: flex;
    
    justify-content: center;
    
    border: 1px solid #27aee9;
    
    border-radius: 20px;
    }
    
    .error img {
    
    mix-blend-mode: soft-light;
    
    max-width: 748px;
    
    /* padding: 0px 1px 1px 1px; */
    
    border-radius: 19px;
    }
    
    .error h1 {
    
    position: fixed;
    
    background: rgb(0 0 0 / 0%) !important;
    
    top: 520px;
    
    padding: 20px;
    }
    
    @media screen and (max-width: 950px) {
        .error img {max-width: 280px;border-radius: 20px;}
    
    .error h1 {
        top: 234px;
        font-size: 21px;
    }
    
    .main {
        margin-top: 45px;
        border: 1px solid #27aee9;
        border-radius: 20px;
    }
    
    #er {
        top: 200px !important;
    }
    }
    
    #er {
        top: 489px;
    }