:root {
  color-scheme: light;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  background: #ffffff;
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100vh;
}

.placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
}

.placeholder h1 {
  background: #eaf7e9;
  color: #075e0b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(2.65rem, 6.89vw, 4.8125rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
  padding: 18px clamp(24px, 5.79vw, 64.75px) 15px;
  text-align: center;
  transform: translateY(14px);
  white-space: nowrap;
}

@media (max-width: 480px) {
  .placeholder {
    padding: 16px;
  }

  .placeholder h1 {
    font-size: clamp(2rem, 11.7vw, 3.5rem);
    padding-bottom: 15px;
    padding-top: 18px;
  }
}
