* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #f4f4f4;
  color: #111111;
}

.header {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.title {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.025em;
  font-style: italic;
}

.description {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.0125em;
  font-weight: 400;
  color: #444444;
}
