html {
  height: 100%;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to bottom right, #c2e1fc, #ffc2d9);
  background-repeat: no-repeat;
  background-size: cover;
}
  