body { 
  background-color:black; 
  flex-direction:column; 
  justify-items:center; 
  text-align:center; 
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1,p { color:white; }