header {
	background-color: lightblue;
	border: solid 2px black;
	/*font-family: 'Times New Roman' , seif;*/
}

body {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#head {
	border: solid 1px;
	border-radius: 2px;
	position: absolute;
	top: 1px;
	right: 1px;
}


#main {
	border: solid 2px;
	border-radius: 5px;
	color: #202020;
	margin: 20px 0;
	padding: 5px;
}

footer{
	background-color: lightblue;
	border: solid 2px black;
	padding: 10px;
	border-radius: 3px;
}


