body {background-color: pink; 
    background-image: myVideo;
  height: 300000px;   
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:-99;
}

/* Style the repeating flower: see EMAIL FROM LEAH, position relative enables it to scroll, cf fixed; */
.myImage {
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  height: 300000px;
  width: 100%;
  background-image: url("Flower ti tree.png");
  background-repeat: repeat;
  height: 300000px;
  z-index: 100;
  }



/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}


/* Style the button used to pause/play the video */
#myBtn {
  width: 100px;
  position: fixed;
   bottom: 0;
  left: 0;
  z-index: 200;
  font-size: 14px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
h1 {
  color: #yellow ;
  font-family: verdana;
  font-size: 300%;
  text-shadow: 2px 2px #ff0000;
  
}
h2 {
  color: grey ;
  font-family: verdana;
  font-size: 300%;
  text-shadow: 3px 3px #80ffff;
  text-decoration: line-through;
}
h3 {
  color: #85adad ;
  font-family: 'Nunito', sans-serif;
 
  font-size: 300%;
    text-shadow: 3px 3px #ff0000;
  text-decoration: line-through;
}
p  {
  color: black;
  font-family: arial;
  font-size: 300%;

  text-shadow: 3px 3px #ff0000;
  text-decoration: line-through;
	}