h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  h2 {
    text-align: center;
  }
}

p {
  margin: 0;
  margin-bottom: 10px;
}

.game-galery {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  gap: 10px 2%;
}

.game {
  text-decoration: none;
  color: black;
  width: 32%;
  height: 144px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  position: relative;
}

.game:hover p {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.game p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  border-radius: 0 0 3px 3px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s, color 0.2s;
  color: rgba(255, 255, 255, 0);
}

/* .game-galery img {
  width: 100%;
} */

.game-galery p {
  margin: 0;
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 800px) {
  .game-galery p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .game-galery {
    justify-content: space-evenly;
  }

  .game-galery > a {
    width: 45%;
    margin-bottom: 10px;
  }

  .game-galery p {
    font-size: 1.2rem;
  }
}

a {
  color: var(--text-color);
}

.pub_date {
  font-weight: 400;
  font-size: 16px;
}

.reading-time {
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}

.post_title {
  margin-bottom: 0;
}

.categorie-title {
  border-bottom: 2px solid #95a5a6;
  padding-bottom: 5px;
}

.other_article .post_title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 400;
}
