ul {
    list-style: none;
    padding: 0;
  }
  
  li {
    margin: 1rem 0;
  }
  
  a {
    text-decoration: none;
    color: #007bff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  h1 {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  