.background {
    background-image: url(background.jpg);
    background-size: 1700px;
    width: 1500px;
    height: 300px;
  }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}