body {

  background-color: #000; /* Fallback color */
  background-size: cover; /* Covers the whole screen */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents tiling */
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}