/* website css */
header {
	background-color: lightblue;
	border: solid 5px black;
	border-radius: 3px;
	padding: 5px;
	font-family: 'Times New Roman', serif;
	font-size: 20px;
}

footer {
	background-color: lightblue;
	border: solid 5px black;
	border-radius: 3px;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	padding: 5px;
	position: relative;
	width: 100%;
}

body {
	font-family: 'Times New Roman', serif;
	font-size: 28px;
	padding: 10px;
	padding-bottom: 60px;
}

.floated-image {
	float: left;
}