body {
  background-image: url("curtains.png"),url("buggo.png");
  background-repeat: no-repeat,no-repeat;
  background-position:0 0, 0 0;
  background-attachment: fixed,fixed;
  background-size: 100% 100%,100% 100%;
}
.center{
  position:absolute;
  top:50px;
  left:330px;
}
.footer{
  position:absolute;
  top:465px;
  left:450px;
  }


h1{
  font-size:60px;
  text-align:center; 
  font-family: sans-serif;
  color: #9ACD32;
  text-shadow: 4px 4px 5px black, 0 0 25px blue, 0 0 5px red;
  
  }
h2{
  font-size:45px;
  text-align:center; 
  font-family: monospace;
  color: #9ACD32;
  text-shadow: 4px 4px 5px black, 0 0 25px blue, 0 0 5px red;
  }

h3{
  text-align:center;
  letter-spacing:2px;
  font-size:65px;
  font-family: impact;
  font-style:oblique;
  font-weight: 100;
  color: #9ACD32;
  text-shadow: 4px 4px 5px black, 0 0 25px blue, 0 0 5px red;
  }