/* Hero Section */
.hero {
    background: #cce0ff;
    padding: 30px 20px;
    text-align: center;
  }
    
  
  .hero h1 {
    font-size: 28px;
    color: #004080;
    margin-bottom: 10px;
  }
  
  .hero p {
    font-size: 16px;
    color: #333;
  }