*{box-sizing: border-box;}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,form,table,a,div,img,body{
	margin:0;
	padding:0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.clearfix:before,.clearfix:after{display: block; content: ""}
.clearfix:after{clear:both;}
li{
	list-style: none;
}
body{
	background: url(../img/bg.jpg);
	background-size: 100%;
}
header{
	position: relative;
	margin-bottom: 40px;
}
header h1{
	font-size: 38px;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 20px;
}
header ul{
	width: 300px;
	position: absolute;
	right: 50px;
	top: -10px;
	display: flex;
	justify-content: space-around;
}
header ul li{
	width: 24.5%;
	border-radius: 5px;
	border: 1px solid burlywood;
}
header ul li a{
	color: #202020;
    background-color: lemonchiffon;
	display: block;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
}
header ul li a:hover{
	background-color: #e0cf81;
	color: #000;
}
footer{
	line-height: 70px;
	text-align: center;
	font-size: 22px;
	color: gray;
	background-color: rgba(0,0,0,0.1);
}