* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Helvetica, sans-serif;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}

.brand {
  line-height: 0;
}

.brand img {
  display: block;
  width: 100%;
  max-width: min(90vw, 28rem);
  height: auto;
}

.tagline {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  max-width: min(90vw, 28rem);
  line-height: 1.4;
  color: #415267;
}
