.gamebuttons-page {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gamebuttons-page .game-buttons {
  position: relative;
  border: 1px solid #39BAF2;
}

.gamebuttons-page .game-buttons h4 {
  width: 100%;
  height: 31%;
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  font-weight: 700;
  font-size: 18px;
  color: #FFEA00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
