
body{
font-family: "Century Gothic";
}
h1{
color: #000000
}
p{
color: #ffffff
}
body{
text-align: center;
}
html { 
  background: url(images/Jungle3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
