* {
	margin: 0;
	padding: 0;
}

html, body
{
	background-color:#f8f8f8;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color:#fff;
}

#three {
	position: absolute;
}

#two {
	position: absolute;
}

#info {
	position: absolute;
	left: 10%;
	top:35%;
	width: 80%;
	height: 30%;
	background-color:#555;
	border-radius: 12px;
}

#notMobile {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #333;
}

h1 {
	margin-top:30px;
	font-size: 48px;
}

h2 {
	color: #ccc;
	font-size: 18px;
	margin-bottom: 90px;
}

h3 {
	color: #666;
	font-size: 96px;
	margin: 100px 80px 0px 80px;
}

p {
	margin: 0 auto;
	margin-left: 80px;
	margin-right: 80px;
}