body {
  font-family: "Arial", sans-serif;
  line-height: 1.8;
  background-color: #f0f0f0;
}
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffd700;
}
.section-description {
  font-size: 1.1rem;
  color: #333;
  margin-top: 20px;
}
.features-list {
  list-style: none;
  padding: 0;
}
.features-list li {
  font-size: 1.1rem;
  color: #555;
  margin: 10px 0;
}
.features-list i {
  color: #ffd700;
  margin-right: 10px;
}
.btn-primary {
  background-color: #d3a74e !important;
  border: none;
}
.image-section img {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-nav .nav-link {
  color: black !important;
}
footer p,
footer h5,
footer i {
  color: black;
}
footer {
  background-color: #323232;
}
header {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-toggler i {
  font-size: 30px;
  color: black !important;
}
