body {
	font-family: "Workbench", sans-serif;
	font-weight: 400;
	background: #000000;
	color: #E0E0E0;
	padding: 25px;
	margin: 0;
	text-align: left;
	font-size: 1.5em;
}

p {
	margin: 0 0 25px 0;
}

h1 {
	font-family: "Rubik Glitch", system-ui;
	font-size: 3em;
	font-weight: 600;
	font-style: normal;
}

h2 {
	font-family: "Rubik Glitch", system-ui;
	font-size: 2em;
	font-weight: 600;
	font-style: normal;
}

a {
	color: #E0E0E0;
}

a:hover {
	color: #8080F0;
}

li {
	margin-bottom: 0.5em;
}