.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }

  body {
    background: url(flowers.jpg);
  }