body {
  background-color: #f2f2f2;
}
h1 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
}
.button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.button:hover {
  background-color: #0056b3;
}