body {
    font-family: 'Poppins', sans-serif;
    margin: 40px;
    color: #222;
    line-height: 1.6;
  }
  
  header {
    text-align: center;
    margin-bottom: 30px;
  }
  
  
  header h1 {
    margin-bottom: 5px;
    color: #0073bb;
  }
  
  a {
    color: #0073bb;
    text-decoration: none;
  }
  
  section {
    margin-bottom: 20px;
  }
  
  h2 {
    border-bottom: 2px solid #0073bb;
    padding-bottom: 5px;
    color: #333;
  }
  
  ul {
    list-style: none;
    padding: 0;
  }
  
  footer {
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
  }
  