html,body{
  background-image:url('https://sampuppet.neocities.org/NEW_SITE_TEST/waterlilybg.jpg');
  background-attachment: fixed; /* keeps image fixed in viewport */
  background-size: cover;        /* scales image to fill screen */
  background-repeat: no-repeat;
}