html{
  height: 100%;
}

body {
  background-image: url('slide-logo.jpeg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}