h3 {
  font-size: 30px;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 90vmin;
}

.generic-container {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

#game-container {
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(4, 1fr);
  height: 80vh;
  justify-content: center;
}

.generic-container > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.generic-container > h3 {
  text-align: center;
  color: #1a4175;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-panel {
  padding: 20px;
  width: 100%;
  margin: auto;
}

.card {
  padding: 20px;
}

.card > img {
  width: 100%;
  max-height: 100%;
}
