body, html {
	border: 0px solid red;
	max-width: 100%;
	height: auto;
	font-family: 'bebas neue';
}

.container {
	border: 0px solid green;
	width: 100%;
	padding-top: 1%;
}

.header {
	border: 0px solid #000000;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 150%;
	text-decoration: none;
}

.content-block {
	border: 0px solid #000000;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 5%;
}

.footer {
	border: 0px solid #000000;
	width: 100%;
	margin-top: 2%;
	display: flex;
	justify-content: center;
}