
.bg-404{background-image: url(../images/404-bg.webp);background-repeat: no-repeat;background-size: cover;color: #0070c0;}
.bg-404 .sub-container{display: flex;flex-flow: column;align-items: center;justify-content: center;padding-top: 50px !important;}
.bg-404 .sub-container h1{font-size: 112px;font-weight: 900;color: #0070c0;}
.bg-404 .sub-container h2{color: #0070c0;font-weight: 500;margin: 0;}

@media screen and (min-width:375px) and (max-width:450px){
.bg-404 .sub-container h2{font-size:32px!important;}
}