.category-page-container {
  padding: 10px 10px 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

.category-page-container .category-gamebuttons {
  width: calc(100% / 2 - 4px);
  position: relative;
}

.category-page-container .category-gamebuttons .gamebuttons-name {
  position: absolute;
  width: 100%;
  bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #FFEA00;
}
