:root {
  font-size: 22px;
}
body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
h1 {
  font-size: 2rem;
  hyphens: none;
  line-height: 1;
}
