body {
	font-family: "Sans Serif";
	background-color: #1d2021;
	color: white;
}

ul {
	list-style-type:none;
	padding: 0;
}

li {
	margin-bottom: 8px;
}

a {
	font-size: 16px;
	color: #d79921;
	text-decoration: none;
}

.title {
	font-size: 36px;
	margin-bottom: 16px;
}

.subtitle {
	font-size: 18px;
}

.container {
	display: flex;
	flex-direction: column;
}

.body {
}

@media only screen and (max-width: 600px) {}

@media only screen and (min-width: 992px) {
	.container {
		max-width: 850px;
		margin: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 920px;
		margin: auto;
	}
}
