@charset "utf-8";
/* CSS Document */
header {
text-align: center;
	background-color: beige;
	font-size: 30px;
}
 h1 {
font-size: 34px;
color: dodgerblue;
background-color: beige;
text-align: center;
opacity: 0.8;
}

footer {
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: orange;
	color: white;
	text-align: center;
}
