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