.bodyWrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

  .backgroundImage {
    position:fixed;
    width: 100vw;
    height: 100vh; 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat;
  }

h1 {
  text-align: center;
  font-family: "Luckiest Guy", cursive;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 5px goldenrod, 0 0 5px gold, -1px 0 black,
    0 1px black, 1px 0 black, 0 -1px black;
}

#info-box {
  margin: auto;
  border-radius: 5px;
  width: 90%;
  background-color: ivory;
}

.hrefDiv{
  height: 35px;
}