body {
	font-family: calibri,helvetica,arial,sans-serif;
	text-align: center;
	position: relative;
}

header, footer {
	min-height: 40px;
	padding: 10px;
}

header {
	position: relative;
}

section {font-size: 22px; padding: 10px;}

header { background-color: #1BC4DE; width: 100%; }
footer { background-color: #CAC9C9; font-size: 18px; width: 100%; color: white; bottom: 0; background-repeat: repeat; position: fixed; }
@media (max-width: 390px) {
	footer { font-size: 14px }
}