body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #eef6f2;
  color: #1b4332;

  font-family: 'Montserrat', sans-serif;
  text-align: center;

  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 18px;
  max-width: 680px;
  padding: 40px 24px;
}

.logo {
  height: 42px;
  width: auto;

  opacity: 0.9;
}

h1 {
  margin: 0;

  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 500;

  letter-spacing: 0.015em;
  line-height: 1.2;

  max-width: 20ch;
}