body main {
  max-width: none;
}

.details h3 {
  font-size: 1.5rem;
  min-height: 3.5rem;
}

.GameSelectText {
  text-align: center;
}

.GameSelectText p {
  font-size: 1.5rem;
}

.gameSelect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 1rem;
  max-width: 24rem;
}

.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #253049;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.details img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.price {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}

.buttons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.buttons button {
  background-image: linear-gradient(rgb(58, 213, 154), rgb(24, 121, 132));
  color: #fff;
  border-radius: 10px;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
}

.buttons button:hover {
  transform: scale(1.05);
}

.upcoming-banner {
  background-color: #eb0000;
  color: white;
  padding: 8px 16px;
  position: absolute;
  top: 10px;
  right: -10px;
  transform: rotate(5deg);
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.remove-button {
  background-image: none !important;
  background-color: #eb0000 !important;
  border: 2px solid #eb0000 !important;
}
