body{
	color: #777;
	text-align: center;
	font-family: Helvetica, Courier;
}

a {
	color: #0E95F7;
	text-decoration: none;
}
.splash{
		color: #fff;
		margin: 0 auto;
		text-align: center;
		font-size: 44pt;
		position: absolute;
		width: 100%;
		bottom: 50%;
}

.question{
	margin: 0 auto;
	text-align: center;
	font-size: 23pt;
	position: absolute;
	padding: 10%;
	width: 70%;
	bottom: 30%;
}

.button{
	font-size: 23pt;
	padding: 23px;
}

.evidence{
	width: 50%;
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 100px;
}

.mosaic{
	position: fixed;
	left: 0%;
	right: 10%;
	top: 60%;
}

.mosaic img{
	width: 80%;
}

.experiment{
	font-size: 13pt;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 60%;
	text-align: justify;
	height: auto;
}

.report{
	border-bottom: 2px;
	border-bottom-style: dotted;
	padding-top: 23px;
}