.ps-center {
  position: fixed;
  top: 50%;
  left: 56%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%); }
