* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

* a, * a:hover {
	color: inherit;
	text-decoration: none;
}

*:focus {
	outline: none;
}

header, footer, article, aside, section, nav, hgroup {
	display: block;
}

body {
	width: 100%;
	background-color: #394352;
}

.main-container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    position: fixed;
    display: table;
	font-family: courier;
	font-size: 50px;
}

.white {
	color: white;
	display: table-cell;
	text-align: center;
    vertical-align: middle;
}

.green {
	color: rgb(150,196,114);
}

.lila {
	color: rgb(196,61,155);
}

.orange {
	color: rgb(212,142,95);
}

.red {
	color: rgb(225,61,64);
}

.teal {
	color: teal;
}

.green_comment {
	color: rgb(90,183,101);
	font-size: 20px;
}