body {
    font-family: Arial, sans-serif;
  }
  #intro {
    margin-top: 10px;
  }

  
  .hero-section {
    background: #ec671f !important;
    color: white;
    padding: 0px 0;
    font-size: small;
  }
  .hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
  }
  .about-section, .contact-section {
    padding: 50px 0;
  }
  .footer {
    background: #0073e6;
    color: white;
    padding: 20px 0;
    text-align: center;
  }
  .form-control {
    border-radius: 0.25rem;
  }
  #disclaimer {
    background-color: #ec671f;
    color: white;
    padding: 10px;
    font-size: small;
  }
  .card-title {
    background-color: #ec671f;
    padding: 10px;
    color: white;
  }
  span {
    color: red;
  }
 #conthead{
  color:rgb(23, 21, 32) !important;
}