 h1{

  	}

  nav{
    font-color:darkgrey;
    font-family: century gothic, didot;
    text-align: center;
    font-size: 20px;
  }
  
  nav ul{
    list-style: none;

  }

nav li{
  display:inline-block;
  padding: 5px; 
}

  nav a{
    color: #4C4C4C;
    text-decoration: none;
   padding:10px;
   font-weight: bold;

  }



  body{
  	font-family: century gothic, didot;
  	font-size: 20px;
    text-align: center;
    background-image: url("homeicecream.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    background-color: #F7F2F0;

  }

hr{
  margin: 5px 200px 5px 200px;
  border-width: 2px;
  border-color: darkgrey;
}
 
  #main{
	margin: 20px 0;
	padding: 5px;
  }