body {
  text-align: center;
  padding-top: 100px;
  background-color: #f8f9fa;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.2em;
  color: #d9534f;
}

p {
  font-size: 1.25em;
  margin-bottom: 1.5em;
}

a {
  color: #0275d8;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #0275d8;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

a:hover {
  background-color: #0275d8;
  color: #fff;
}