body{
    background: #fff;
}
.bachto{
    font-size: 19px;
    text-decoration: none;
    color: #424242;
margin-top: 15px;
margin-bottom: 100px;
}
.bachto a{
    font-size: 16px;
    text-decoration: none;
}

.errorimg{
    width: 600px;
    margin-top: 50px;
}
@media only screen and (min-width: 280px) and (max-width:480px){
    .errorimg{
        width: 80%;
        margin-top: 50px;
    }
    .bachto a{
        font-size: 15px;
        text-decoration: none;
    }
}
@media only screen and (min-width: 480px) and (max-width:576px){
    .errorimg{
        width: 70%;
        margin-top: 50px;
    }
    .bachto a{
        font-size: 15px;
        text-decoration: none;
    }
}
@media only screen and (min-width: 576px) and (max-width:768px){
    .errorimg{
        width: 70%;
        margin-top: 70px;
    }
    .bachto a{
        font-size: 15px;
        text-decoration: none;
    }
}
@media only screen and (min-width: 768px) and (max-width:991px){
    .errorimg{
        width: 80%;
        margin-top: 70px;
    }
    .bachto a{
        font-size: 15px;
        text-decoration: none;
    }
}