@import url('header.css');
@import url('footer.css');

body {
	margin: 0%;
	padding: 0%;
}

a {
	color: rgba(215, 46, 43, 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);
}

