.header-404{
    margin: 2% auto 10% auto;
    width: 50%;
}

.heading-404{
    text-align: center;
}

.image-404{
    margin: auto;
    width: 100%;
    text-align: center;
}

.footer-404{
    text-align: center;
}

.footer-404 a{
    background-color: #1252ae;
    color: #fff;
    text-decoration: none;
    padding: 0.625rem 0.938rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}
.image-404 img{
    width: 60%;
}


@media only screen and (max-width: 58rem) {

   .image-404 img{
    width: 100%;
}
.header-404 {
    margin: 10% auto 10% auto;
    
    width: 68%;

}
  }


  @media only screen and (min-device-width: 64rem) and (max-device-height: 85.375rem) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

    .header-404 {
        margin: 8% auto 12% auto;
        width: 100%;
    }
    .image-404 img {
        width: 60%;
    }
  }

  #home-redirect #seconds{
    background-color: #1252ae;
    color: #ffffff;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    padding: 0.25rem 0.625rem;
    font-weight: bold;
}