body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: sans-serif;
  max-width: 100vw;
}

.logo-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;

}

.logo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  max-width: 60%;
  height: auto;
}

.baseline {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 300;
  max-width: 90%;
  line-height: 1.4;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #999;
  letter-spacing: 0.2rem;
  text-align: center;

}

footer {
  text-align: center;
  font-size: 14px;
  color: #666;
}
