
html {height:100%;}
body {height:100%;}

h1{
    color:cyan;
    text-align: center;
    height: 100%;
    line-height: 100vh;
    background-image: url("./404.jpg");
    background-size: cover;
}