body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background-color: #eeeeee;
	/*
	background-color: rgb(250, 225, 200); 
	*/
}

#main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	font-family: sans-serif;
}

#logo {
	width: 100%;
	margin: auto;
}

.icons a {
	text-decoration: none;
}

.icon {
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	margin: 10px;
}

.icon label {
	display: inline-block;
	color: royalblue;
}

.icon img {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin: 5px auto;
}

#header, #footer {
	min-height: 30px;
	/*
	background-color: rgb(250, 225, 200); 
	background-image: url('../images/backgrounds/background.png');
	background-blend-mode: multiply;
	*/
	
	/* background-image: url('../images/backgrounds/background.png'); */
}

#footer {
	font-size: 12px;
	line-height: 30px;
	color: royalblue;
}

#footer span {
	background-color: #eeeeee;
	padding: 3px 5px;
	border-radius: 10px;
}