body {
   font-family: Georgia, serif;
   height: 100%;
   margin: 0;
   text-align: left;
   width: 100%;
}

h1 {
   font-size: 32px;
}

h2 {
   color: #ffffff;
   font-size: 56px;
}


.hero {
   background-image:
  url("img/clipart/wallpaper3.jpg");
   background-position: center top;
   background-size: cover;
   padding: 250px 0;
   margin: 0;
   font-family: 'Trebuchet MS', 'Helvetica';
}


p {
   color: #ffffff;
   font-size: 2em;
}


.hero a {
   color: #00FFAA;
   font-size: 24px;
   text-decoration: none;
}

#footer {
   color: DarkSlateGray;
   font-size: 16px;
}