body {
  background-color: #e3e3e1;
  margin: 0;
}

header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding-right: 3vh;
  padding-top: 2vh;
}

#menuContainer {
  display: flex;
  flex-direction: column;
  width: auto;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
}

#gamePreview {
  width: 20vw;
  height: auto;
  border: solid 3px black;
  border-radius: 15px;
}

#balloonLogo {
  margin: 0;
  margin-top: 1.5vh;
  margin-bottom: 2vh;
}

.explanation {
  text-align: center;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  width: 15vw;
  line-height: 31px;
}

#buttonContainer {
  display: flex;
  justify-content: center;
  gap: 1vw;
  width: 24vw;
  margin-top: 2vh;
  margin-bottom: 2.5vh;
}

.menuButtons {
  border-style: none;
  width: 10vw;
  border-radius: 20px;
  height: 3.8vh;
  font-size: 16px;
  font-weight: lighter;
}

#loginButton {
  background-color: #d9d9d9;
}

#playButton {
  background-color: black;
  color: white;
}

#date {
  font-weight: 550;
  margin-bottom: 0.3vh;
}

#creator {
  font-weight: lighter;
}
