* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	background: #a6dced;
}

a, a:visited {
	text-decoration: none;
	color: inherit;
}

#ewrapper, #nwrapper {
	position: absolute;
	width: 95%;
	text-align: center;
	margin: 1% 1% 0 1%;
	font-family: "Arial";
	z-index: 5;
}

#etext, #ntext {
	height: 100%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
}

#etext {
	background: rgba(255,0,0,0.75);
	border: #F00;
}

#ntext {
	background: rgba(47,207,47,0.75);
	border: #2C2;
}
