  
  /* Global Header Styles */
  
  h1 {
    font-size: 3rem;
    color: #ff4c4c;
    text-align: center;
    margin: 20px 0 10px;
  }
  
  h2 {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
  }
  