@charset "utf-8";

html,body {
	height: 100%;
}

#env {
	position: fixed;
	right: 0;
	z-index: 999;
	color: #F00;
	margin: 2px 4px;
}

#body {
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 100%;
}

#header {
	display: flex;
	height: 80px;
	padding: 10px;
	white-space: nowrap;
}
#header img {
	height: 100%;
	float: left;
	margin-left: 10px;
}
#header img:nth-of-type(1) {
	margin-left: 0;
}
#header h1 {
	display: inline-block;
	margin: auto;
}

#wrapper {
	display: flex;
	flex: 1;
	padding: 20px 0;
}

#footer {
	width: 100%;
	padding: 4px;
	text-align: center;
	font-size: 0.9em;
	color: #3333FF;
}

#header, #footer {
	background-color: #E0E0FF;
}

#inprep {
	width: 100%;
	text-align: center;
	align-self: center;
	color: #F88;
	font-size: 2em;
}
