/* 
==========================
===== GLOBAL STYLING =====
==========================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ed145a;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 0.68em;
	margin: 20px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#rootContainer {
	width: 85%;
	font-size: 3em;
	margin: auto;
}