html{
	overflow: hidden;
}

.main article {
	display: -webkit-flex;
	display: flex;
}

.brain {
	position: absolute;
	left: 52%;
	top: 26%;
}
html {
	background-color: black;
	color: #cccccc;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}