html {
  min-height: 100%;
}

body {
  background-color: black;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
