html, body {
    height: 100%;
}
div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}