html, body, div.container {
  height: 100%;
  margin: 0px;
  background: black;
}

div {
  color: white;
  display: grid;
  place-items: center;
  font-family: sans-serif;
  font-size: 1.1em;
}