.centered {
  position: absolute;
  width: 50%;
  height: 40%;
  left: 25%;
  top: 30%;
  background-color: #000000;
}

html {
overflow: auto;
}
