html {
    /*background-color: lightgrey;*/
    font-family: Verdana, sans-serif;
}

body {
	font-family: Verdana, sans-serif;
	color: black;
	font-size: inherit;
	margin: auto;
	padding: 1em;
	max-width: 55em;
    border-style: solid;
	border-radius: 0.5em;
    background-color: white;
    line-height: 1.5;
}

footnotes, aside {
    font-family: Courier New, Courier, monospace;
    font-size: small;
}

sup {
    font-family: Courier New, Courier, monospace;
}

div.fill-screen {
    /*div.fill-screen is a class that will be used in a <div> container*/
    position: relative;
    text-align: center;
}

img.make-it-fit {
    /*img.make-it-fit is a class that will be used in an <img> container*/
    max-width: 99%;
    max-height: 99%;
}