body {
  background-image: url("TheFunOlfave.jpg");
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
  color: blue;
  font-family: serif;
}
h1 {
  text-align: center;
}