/* No need to modify the CSS for the header and footer, as they will be styled by main.css */

main {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  h1 {
    text-align: center;
    margin-top: 50px;
  }
  
  h2 {
    text-align: center;
    margin-top: 30px;
  }
  
  ul {
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  