body{margin:0}.not_found_page{width:100%;overflow:hidden;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;text-align:center;font-family:Arial;color:#001957}a{color:orange;font-weight:700}a:hover{color:orange}.not_found_page img{position:absolute;z-index:-1;left:50%;top:50%;transform:translate(-50%,-50%)}h1{font-size:3rem}@media (min-width:1420px){.not_found_page img{min-height:100%;width:100%}}@media (max-width:1420px){.not_found_page img{min-width:100%;height:100%}}