body {
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-size: cover;
}


H1 {
  color: white;
  text-align: center;
  border-top: 15px;
  border-bottom: 10px;
}
