/* General Styles */

  header {
    text-align: center;
    margin-bottom: 30px;
  }
  
  header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #004a99;;
  }
  
  header p {
    font-size: 0.9em;
    color: #666;
  }
  
  header a {
    color: #1276e1;
    text-decoration: none;
  }
  
  header a:hover {
    text-decoration: underline;
  }
  
  main {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  section {
    margin-bottom: 30px;
  }
  
  h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #004a99;
  }
  
  h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #004a99;
  }
  
  h4 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #004a99;
  }
  
  h5 {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #004a99;;
  }
  
  p {
    margin-bottom: 15px;
    font-size: 1em;
    color: #555;
  }
  
  ol {
    margin-left: 20px;
  }
  
  ol li {
    margin-bottom: 10px;
  }
  
  footer {
    
    margin-top: 30px;
    font-size: 0.9em;
    color: #666;
  }