body {
  display: table;
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
