body {
	background-color: #333;
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	user-select: none;
}

a {
	color: #00BFFF;
	text-decoration: none;
}

nav a:not(:last-child)::after {
	content: " \2022 ";
	color: white;
}
