body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
  text-align: center;
  margin-top: 100px;
  color: #333;
}

h1 {
  color: #0077cc;
}

a {
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}