body {
  padding: 80px 20px 0px;
  overflow-y: scroll;
  background-color: #F5F5F5 !important;
}

.game-thumbnail {
  max-width: 200px;
  max-height: 200px;
  margin: 10px 20px;
  border-radius: 20px;
}

.category-link {
  text-decoration: none;
}

.game-thumbnail-container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space:nowrap;
}

.shapes-icons {
  font-size: 10vh;
  padding: 1vh;
}

.shapes-container {
  min-height: 50px;
  max-height: 200px;
}
