1
2
3
4
5
6
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }