html,
body {
  color: #ffffff;
  background-color: #000000;
  height: 100%;
  display: grid;
}

.middle {
  margin-top: auto;
  margin-bottom: auto;
}

.center {
  text-align: center;
}
