body {
  background-color: #e0e0e0;
  height: 100%;
  width: 100%;
  text-align: center;
}

#sitewrapper {
  height: 100%;
  width: 100%;
  padding-right: 0%;
  padding-left: 0%;
}

#header {
  background-color: #212121;
  justify-content: center;
  align-content: center;
}

#gamecontainer {
  margin-top: 8%;
  height: 100%;
}

#gtcontainer {
  height: 30%;
  overflow-y: scroll;
  margin-bottom: 0%;
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#restcontainer {
  padding-right: 5%;
  padding-left: 5%;
  align-content: center;
  justify-content: center;
}

#gameinput {
  justify-content: center;
  align-self: center;
  align-content: center;
}

#leaderboard {
  text-align: center;
  margin-top: 10%;
}

#leaderboard-container {
  align-items: center;
}

.form-rounded {
  border-radius: 1rem;
  font-size: 1.5rem;
}
