html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  background-position: center center;
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
}
