.header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: tan;
  }
  img {
    border: 10px solid tan;
  }
  body {
    margin: 0;
    font-size: 28px;
    font-family: 'Gloria Hallelujah', 'Kalam', Arial, sans-serif;
    background-color: #f5f0e1;
  }
  .header h2 {
    text-align: center;
    color: #f0f8ff;
  }
  
  .progress-container {
    width: 100%;
    height: 8px;
    background: #f0f8ff;
  }
  
  .progress-bar {
    height: 8px;
    background: #5a3920;
    width: 0%;
  }
  
  .content {
    padding: 100px 0;
    margin: 50px auto 0 auto;
    width: 80%;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: auto;
    height: auto;
    text-align: center;
    }
  
  li {
    float: left;
  }
  li a {
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  li {
    float: left;
  }
  li a:hover {
    background-color: #764d2d;
  } 
  footer {
    text-align: center;
    padding: 1rem 0;
    background: tan; 
    color: white;
  }