h1 {
  color: White;
}

p {
  font-family: sans-serif;
}

body {
  background-image: url(background.jpg);
  background-repeat: repeat;
  background-size: 1920px 1080px;
  color: white;
  font-family: sans-serif;
}


