body, html {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

#background {
  background-image: url(images/reiball.jpg);
  height: 100%;
  background-size: 100% 130%;
  background-position: center;
  background-repeat: no-repeat;
}

#turnipheader {
background-image: url(images/bigturnip.png);
height: 75px;
width: 375px;
position: absolute;
left: 42%;
}

h1 {
  position: absolute;
  color: white;
  top: 5%;
}

#first {
  position: absolute;
  top: 10%;
  color: white;
  font-size: 25px;
}