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

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf9f7;
  color: #1a1a1a;
  font-family: "Raleway", sans-serif;
}

main {
  text-align: center;
  letter-spacing: 0.25em;
}

h1 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

p {
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  font-weight: 300;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.4em;
}
