body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #f8f8f8;
  color: #333;
  margin: 0;
  padding: 0;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
h1 {
  font-size: 30px;
  margin: 0;
}
p {
  font-size: 24px;
  margin: 10px 0;
}
a {
  color: #007bff;
  text-decoration: none;
  font-size: 18px;
}
a:hover {
  text-decoration: underline;
}

h1.large {
  font-size: 72px;
  margin: 0;
}
