body, html {
  height: 100%;
  display: grid;
}
span { /* thing to center */
  margin: auto;
}