

body {
	text-align: center;
	font-family: arial, sans-serif;
	color: #fff;
}

.looking {
	background-color: #3366FF;
	font-size: 180px;
}


.yep {
	background-color: #FF1A1A;
	font-size: 225px;
}

.nope {
	background-color: #1A9900;
	font-size: 300px;	
}

.mainHeader {
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
}

.footer {
	position: fixed;
	bottom: 25px;
	left: 40%;
	font-size: 14px;
}

.footer a {
	color: #FFF;
}