html, 
body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 100%;
    padding: 1rem;
    margin: 0;
    background-color: #e1e1e1;
}

html { 
}

p.photo-credit {
    color: rgb(200,200,200);
}

p.photo-credit a {
    color: rgb(200,200,255);
}

#svg2 {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
	max-width: 80vw;
	max-height: 80vh;
	aspect-ratio: 657 / 580;
	width: auto;
}

#tkgop {
	position: absolute;
	top: 1.5em;
	left: 1em;
	font-weight: bold;
	font-size: 1.5em;
	max-width: 45%;
}

#pst {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-weight: normal;
	font-size: 0.75em;
	max-width: 45%;
}

#copy {
	position: absolute;
	bottom: 1em;
	left: 1em;
	font-weight: normal;
	font-size: 0.75em;
	max-width: 45%;
}

#gop {
	position: absolute;
	top: 1em;
	right: 1em;
	font-weight: normal;
	font-size: 0.75em;
	max-width: 45%;
}