html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: sans-serif;
}

.home {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.home h1 {
  margin: 0 0 24px;
  font-size: clamp(3rem, 10vw, 6rem);
  line-height: 1;
}

.home p {
  margin: 0 0 20px;
  font-size: 1rem;
}

.home nav {
  font-size: 1rem;
}
