/* style.css - a simple style sheet */

#header{
background: #181818
float: center;
text-decoration: none;
font-size: 200%;
color: white;
}


body {
  margin-left: 10%; margin-right: 10%; margin-top: 5%;
  color: white; background: #181818; font-family: Lucida Calligraphy sans-serif; font-size: 150%; 

  
}