*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: neulis-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(rgba(0, 128, 166, 0.7), rgba(0, 128, 166, 0.9)),
    url("/assets/img/blue-water.jpg") center / cover no-repeat;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 700px;
}

.logo {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.eyebrow {
  margin: 40px 0 0;
  font-size: 1rem;
  letter-spacing: 1px;
}

h1 {
  margin: 8px 0 0;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.2;
}

p {
  margin: 24px 0 0;
  max-width: 560px;
  font-size: 1.125rem;
  line-height: 1.6;
}

p:first-of-type {
  margin-top: 32px;
}
