body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
  }
  h1 {
    color: #333;
  }
  footer {
    margin-top: 20px;
  }
  a {
    text-decoration: none;
    color: blue;
  }
  