*{
	box-sizing:border-box;
}
li{
  list-style:none;
}
header{
  background-color:#e7e7eb;
	opacity:0.8;
  height:300px;
  margin-top:0px;

}

header{
  background-color:#e7e7eb;
	opacity:0.8;
  height:300px;
  margin-top:0px;

}

header H1{
  line-height:300px;
  font-family:Klee;
  text-align:center;
}
ul{
 width:25%;
}
h2{
	text-align:center;
}
h3{
  font-size:15px;
  border-bottom:1px solid ;

}
span{
  float:right;
  font-weight:normal;
  cursor:pointer;
}
p{
  display:none;
}
