.games-page * {
  font-family: "Quicksand", sans-serif;
}

.games {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.games-taxonomy-name {
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}

.games-taxonomy-backlink {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}

.game {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px dotted #2a272f;
  border-radius: 5px;
  width: 32%;
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}

.game-title {
  height: 32px;
  text-align: center;
  font-weight: bold;
}

.game-taxonomies {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: none;
}

.game-taxonomy {
  margin: 0;
  margin-top: 1rem;
  text-align: center;
  border: 1px solid #2a272f;
  background-color: #2a272f;
  border-radius: 5px;
  padding: 0.3rem;
}

.game-taxonomy:hover {
  background-color: #59bcff;
}

.game-taxonomy:hover a {
  color: #2a272f;
}

.game-link {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.search-games {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-games-label {
  width: 100%;
}

.search-games-submit {
  padding: 0.2rem;
  cursor: pointer;
  align-self: flex-end;
}

.game-image-archive {
  max-height: 200px;
}

.game-image-archive-div {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 630px) {
  .game {
    width: 48%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 450px) {
  .game {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.games-posts-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.games-posts-navigation * {
  margin: 0 1rem;
  font-size: 1.5rem;
}

.games-posts-navigation .current {
  font-size: 2rem;
  font-weight: bold;
}
