body {
	font-family: Roboto;
	background-color: #1e1e2e;
	color: #cdd6f4;
	max-width: 700px;
}

a:link {
	color: #89b4fa;
	text-decoration: none;
}

a:visited {
	color: #cba6f7;
	text-decoration: none;
}

a:hover, a:active {
	color: #1e1e2e;
	background-color: #cba6f7;
	border-radius: 4px;
	text-decoration: none;
}

code {
	background-color: #181825;
	border: solid;
	border-color: #11111b;
	border-radius: 6px;
	border-width: 1px;
}

pre {
	background-color: #181825;
	margin-left: 32px;
	padding: 8px;
	border: solid;
	border-color: #11111b;
	border-radius: 8px;
	border-width: 2px;
	max-width: 600px;
}
