body {
  background-color: #d8aa78b5;
  font-family: Arial, sans-serif;
  color: #495057;
}

.navbar {
  background-color: #343a40;
}

.navbar-brand {
  font-size: 24px;
  font-weight: bold;
  color: #fff !important;
}

.navbar-nav .nav-link {
  font-size: 18px;
  color: #fff !important;
}

.jumbotron {
  color: #212529;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 0;
}

.jumbotron h1 {
  font-size: 60px;
  font-weight: 900;
}

.jumbotron p {
  font-size: 20px;
  margin-top: 30px;
}

.card {
  border: none;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.section-heading {
  font-size: 36px;
  margin-bottom: 40px;
  color: #343a40;
  text-align: center;
}

.section-subheading {
  font-size: 18px;
  margin-bottom: 40px;
  color: #6c757d;
  text-align: center;
}

.section-content {
  text-align: center;
}
