body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: clamp(1.5rem, 8vw, 5rem);
  color: #585858;
}
