footer {
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
}

@media print {
	footer {
		display: none;
	}
}
