.custom-button {
  width: 250px;
  height: 150px;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  margin-left: 20px;
}

.sidebar-button {
  width: 100%;
  height: 50px;
  background-color: rgb(49, 49, 49);
  margin-top: 10px;
  color: white;
  border: none;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

button {
  background: #1a1a1aff;
  color: white;
  border: none;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.buy-button {
  padding: 10px 10px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  width : 90%;
  transition: all 0.3s ease;
}

.back-button {
  padding: 10px 20px;
  margin-left: 10px;
}

button:hover {
  background: #575757ff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
