.centered {
  position: fixed;
  top: 50%;
  left: 50%;
 width:80%;
max-width:1000px;
background-color:black;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
 border:0.3em solid black;
}
