body {
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px; /* Add margin to the bottom */
  font-size: 1.1rem; /* Increase base font size */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

h1 {
  font-size: 3rem; /* Increase h1 font size */
}

h2 {
  font-size: 2.5rem; /* Increase h2 font size */
}

h3 {
  font-size: 1.75rem;
}

.carousel-item img {
  max-height: 400px;
  object-fit: cover;
}

.d-flex > div {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}

.modal-body {
  text-align: left;
}

.toast {
  max-width: none; /* Override Bootstrap's default max-width */
}

.card-text {
  font-size: 1rem;
}
