/* SPDX-License-Identifier: CC0 */
body {
	background: white;
	color: black;
	font-family: sans-serif;
}
a, hr {
	color: #006064;
	text-decoration: none;
	border-bottom: 2px solid #006064;
}
a:hover {
	background: #006064;
	color: white;
	border-bottom: 2px solid white;
}
h1, h2, h3, h4, h5, h6 {
	color: white;
	background: #006064;
	padding: 3px 6px;
}
pre, code, body { font-size: 12pt; }
.instance_list {
	display: flex;
}
.instance_list a, .index div a {
	padding: 10px;
}
header {
	padding: 3px 6px;
	color: white;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(90deg, #00BCD4 10%, #00ACC1 10%, #00ACC1 30%, #0097A7 30%, #0097A7 50%, #00838F 50%, #00838F 70%, #006064 70%);
	background: #006064;
}
header div a { color: white; }
.index {
	display: flex;
	flex-direction: row;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
.index div { margin-top: 5vh; }
.index h2 {
	color: #006064;
	background: none;
	font-size: 45pt;
}
