body {
  margin: 0;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}

.container {
  text-align: center;
}

.logo {
  max-width: 200px;
  height: auto;
}

.tagline {
  margin-top: 20px;
  font-size: 1.5rem;
  color: #d40000; /* bright red */
}
