html{
	width: 100%;
	font-family: 'Alfa+Slab+One', consolas, helvetica, sans-serif;
	font-weight: bolder;
}
body, head {
  font-size: 72pt;
  padding: 0px 10px;
}
footer {
	height: 2em;
	width: 90%;
	align-items: end;
    justify-content: right;
}
#foot {
	font-weight:lighter;
	font-size: 15%;
	font-style: italic;
	margin-block-start: 10px;
    margin-inline-end: 1em;
}
a {
	color: black;
	text-decoration: none;
}
a:hover{
	color: green;
}
p  {
	font-size: 28pt;
	display: block;
    margin-block-start: .5em;
    margin-inline-end: .3em;
}
div {
	font-size: 40pt;
	display: flex;
	padding: 0em 0em;
    align-items: center;
    align-content: center;
    justify-content: center;
}
sub {
	font-style: italic;
	font-weight: lighter;
	font-size: 16pt;
	opacity: 50%;
}
