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

body {
  background: linear-gradient(to top, #000000, #0000FF);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
