body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
  }
  
  h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }
  
  h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  
  ul {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  
  a {
    color: #007bff;
    text-decoration: none;
  }
  
  .center {
    text-align: center;
  }