body {
	font:
		20px "Segoe UI",
		"Noto Sans Mono";
}
body vr {
	/*custom vertical "<hr>"*/
	border-left: 1px solid gray;
	height: 50px;
	margin: 0 10px;
}
body code {
	font-family: "Noto Sans Mono";
}
body #resources {
	display: flex;
	justify-content: space-evenly;
}
body #resources * {
	text-align: center;
}
body #main {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

/*# sourceMappingURL=style.css.map */
