body {
  background-color: #f9f9f9;
}
.button-container {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: "white";
  align-content: center;
}
.login-button {
  height: 60px;
  width: 80%;
  align-content: center;
  font-size: larger;
  font-weight: bold;
  color: white;
  border-width: 0;
  background-color: rgb(0, 156, 166);
  border-radius: 20px;
  margin: 0 auto;
  text-transform: uppercase;
}

.login-button:hover {
  color: white;
  border-width: 0;
  background-color: #7fcd00;
}
.login-button-iap {
  background-color: #2c3e50;
}
.login-button-iap:hover {
  background-color: #34495e;
}
.carousel-indicator {
  color: red;
}
.carousel-button {
  color: white;
  background-color:darkgray;
}
.carousel-button:hover {
  color: white;
  background-color: #7fcd00;
}
.carousel-image {
  width: 100%;
  height: auto;
  object-fit: fill;
  max-height: 350px;
}

.carousel-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: "e";
}
.carousel-control-prev-icon {
  background-color: lightgray;
  height: 100px;
}
.carousel-control-next-icon {
  background-color: lightgray;
  height: 100px;
}
.grid {
  height: 100px;
  text-align: center;
  color: white;
  background-color: rgb(0, 156, 166);
  border-radius: 20px;
  text-transform: uppercase;
  align-content: center;
}
.grid:hover {
  background-color: #7fcd00;
}
.grid a span {
  color: white;
}
.banner {
  height: auto;
  object-fit: cover;
  max-height: 310px;
  width: 100%;
}
.container {
  max-width: 1024px;
}
.footer {
  padding-top: 20px;
}
.footer p {
  font-weight: bolder;
}
