body {
 background-color: black; 
}
p {
 color: white;
}
center-box {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%); 
}