body {
  font-family: 'Barlow Semi Condensed', sans-serif;
  background-image: url("../img/intro.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
}

#wrapper {
  width: 90%;
  margin: 0 auto;
}

main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  text-align: center;
  font-weight: bold;
}

main > div {
  margin: 1em;
}

#introLogo {
  max-width: 200px;
}

main #info {
  background-color: white;
  border: solid 1px black;
  padding: 1em;
  display: inline-block;
}

