body {background-color: pink; background-image: myVideo;}

/* 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;
}


/* 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;
  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;
	}