body {
	height: auto;
	margin: 0px;
	background-color: #000000;
	color: #a86f6f;
	font-size: 1.5em;
}

div.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

div.center p {
	margin: 0;
	display: block;
	text-align: center;
}

#bottom {
	position: absolute;
	width: 100%;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
}

#log {
  	font-size: 50% !important;
}
