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

body {
  margin: 0;
  font-family: 'Josefin Slab', serif;
}

#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 50rem;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  padding: 2rem;
}

#main img {
  max-width: 30rem;
  width: 100%;
  margin-bottom: 3em;
}

#main h1 {
  font-weight: 100;
  font-size: clamp(3rem, 10vw, 8rem);
  margin-bottom: 0.1em;
  text-align: center;
}

#main p {
  font-weight: 600;
  font-size: clamp(1.5rem, 5vw, 3rem);
  text-align: center;
  line-height: 1.25;
}
