.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
* {
  background-color: black;
}