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;
  }
  
  img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
  }
  
  a {
color: #007bff;
text-decoration: none;
  }

.return-link {
  text-align: center;
  margin-top: 30px;
  } 