body {
  font-family: "Work Sans", serif;
}

section.section {
  position: relative;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
}

section.section h1 {
 font-size: 5rem;
  }
  