body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f7f7f7;
    text-align: center;
  }
  
  h1 {
    font-size: 3em;
    margin-top: 50px;
  }
  
  p {
    font-size: 1.2em;
    margin: 30px auto;
    max-width: 600px;
    line-height: 1.5;
  }
  
  a {
    color: #0078e7;
    text-decoration: none;
    font-weight: bold;
  }
  
  a:hover {
    text-decoration: underline;
  }