html {background: darkgray;
}



body {
    margin: 0 auto;
    font-family: Helvetica;
    }

section,  footer, nav {
    display: block;
}

ul {
margin-left:50px;	
list-style-type:none;	
border:3px solid black;
width:100px;
padding:20px;
}




div, section, h1, h2, p {
    margin: 0;
    padding: 0;
}

header {
	 font-family:chancery uralic;
    background: #9D8723;
    height: 100px;
    padding: 20px 10px 10px 32px;
    font-size: 60px;
    color: lightblue;
}

nav {
    margin-bottom: 16px;
}

.coll1 {
    float: left;
    padding-left: 32px;
    width: 500px;
}

.coll2 {
    float: right;
    padding-right: 32px;
    width: 500px;
}

.col3 {
float:center;



}





.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height:50px;
  background-color: ivory;
 
  text-align: center;
}


h1 {
    font-weight: normal;
    color: black;
    font-weight: 100px;
}

h2 {
    font-weight: normal;
    font-variant: small-caps;
}

p {
    line-height: 1.5;
}



