body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	background-color: black;
	color: white;
	font-weight: bold;
}

section#header {
	position: static;
	padding: 20px 0 10px 0;
	background-color: black;
}

section#main {
	margin: 0 1rem;;
	white-space: pre-line;
	font-size: 3rem;
}
section#main i {
	font-weight: normal;
}

section#footer {
	position: fixed;
	padding: 20px 0 10px 0;
	bottom: 0px;
	background-color: black;
	color: white;
	width: 100%;
}

.button {
	font-weight: bolder;
	font-size: 1.2rem;
}