body {
  font-family: Arial, sans-serif;
  background-color: #0f766e; /* teal */
  color: white;
  text-align: center;
  padding: 60px;
}

h1 {
  font-size: 3rem;
  font-weight: 800;
}

p {
  font-size: 1.25rem;
  opacity: 0.9;
}