html {
  background-image:url(src/grave.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  }
  body {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-family: Verdana;

}
header{
  display: block;
  }
div{
  display: inline-block; 
  margin: 10px;
  }
#cont{
    display:flex;
    }
#right{
  width: 100vw;
  }
#page{
  width: 150px;
  }
#haun{
  width: 150px;
  }
