a {
	color: rgba(215, 46, 43, 1);
}

a:visited {
	color: rgba(180, 180, 180, 1);
}

body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;

	width: 100vw;

	background-color: rgba(60, 57, 64, 1);
	color: rgba(255, 255, 255, 1);
}

main {
	padding: 0% 2%;
	width: 100%;
}

#banner {
	width: 100vw;
}

#mainHeader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;

	width: 100vw;
}

#content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}