@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}
body {
    background: #fff;
    color: #4E4E4E;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    height: 100%;
}

#wrap {
	width: 100%;
	position: relative;
}
#easy, #canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#easy {
	text-align: center;
	color: #fff;
}
#easy .row1 {
	font-weight: lighter;
	font-size: 30px;
}
#easy .row2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: normal;
}
#easy .row4 {
	font-size: 20px;
	font-weight: normal;
}
