header{
	font-size: 30px;
	background-color: #02A2D9; 
	color:white;
	height: 100px;
	padding-top: 60px;
}
.page2{
	display: none;
}
footer{
	margin-top: 40px;
	position: relative;
    bottom: 0;
	text-align: center;
    width: 100%;
}
body{
	background-color: #F0EFF0;
}