body{
  text-align: center;
}
div{
  display: inline-block;
  width: 200px;
  height: 200px;
  background-color: orangered;
  margin: 0 auto;
}