body {
  margin: 0;
  padding: 0;
  background-color: #0c445c;
  font-family: 'Helvetica Neue', sans-serif;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  flex-direction: column;
}

.container {
  max-width: 800px;
  padding: 20px;
}

.logo {
  max-width: 120px;
  margin-bottom: 20px;
}

h1 {
  font-family: serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.tagline {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #e0e0e0;
}

footer a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 0.9rem;
}
