@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url(normalize.css);
@import url(skeleton.css);
@import url(prism.css);

html {
    min-height: 99vh;
    background-image: url("../images/rhizos2.svg");
    background-repeat: no-repeat;
    background-position: center;
}

main {
    min-height: 78vh;
}

main > h1 {
	margin-top: 4rem;
}

dl.compact dt {
	float: left;
	clear: left;
	width: 6rem;
	text-align: right;
}

dl.compact dd {
	margin-left: 8rem;
}

dl dt {
	font-weight: bold;
}


body > footer {
	font-size: 90%;
	background-color: #e9e9e9;
	color: #666;
	margin: 4rem 0 0;
	padding: 4rem 10rem 1rem;
}

body > footer pre {
	margin: 0;
}

