body {
  background: #283030;
  color: #efd;
  font: 20px Unicode;
  text-align: center;
}

p {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
}