/* Your custom css code goes here */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
