body {
  background-color: orange;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
}