.error{
    /*background-image: url('/static/errbg.jpeg');*/
    width: 100%;
    height: 100vh;
     background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}
.error img{
    position: fixed;
    top: 90vh;
    
    
}