.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh; /* @todo read about dvh vs vh */
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h1 {
  margin: 0;
}

nav {
  display: flex;
  justify-content: center;
}
