body{
	margin: 0;
	font-family: 'Open Sans',sans-serif;
	text-align: center;
	background-color: hsl(200, 50%, 98.5%);
}
header{
	height: 40px;
	width: 100%;
	background-color: hsl(200, 85%, 46%);
	margin-bottom: 130px;
}
.fa-home{
	position: absolute;
	top: 7px;
	left: 15px;
	color: #fff;
	font-size: 25px;
}
#logo{
	background-color: #fff;
}
h1{
	color: hsl(200, 85%, 46%);
	margin-top: 50px;
	font-size: 25px;
}
#home{
	display: inline-block;
	background-color: hsl(200, 85%, 46%);
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 50px;
}
#home:hover{
	background-color: hsl(200, 85%, 56%);
}
footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	line-height: 35px;
	font-size: 14px;
	color: hsl(200, 85%, 46%);
	background-color: hsl(200, 85%, 26%);
}
footer a{
	color: hsl(200, 85%, 66%);
}
footer a:hover{
	color: hsl(200, 85%, 76%);
}