body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    padding: 20px;
    text-align: center;
  }
  
  h1 {
    color: #222;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
  }
  
  li {
    margin: 15px 0;
  }
  
  a {
    text-decoration: none;
    color: #007BFF;
    font-size: 1.2em;
  }
  
  a:hover {
    text-decoration: underline;
  }
  