.hero {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  font-family: raleway;
}