body {
width: 95% ;
height: 100% ;
font-family: Perpetua;
}

.hang {
	padding-left: 3ch;
	text-indent: -3ch;
}

a {
	text-decoration: none;
	font-family: Perpetua;
}

@media all and (max-width: 599px) {
#content {
	font-size: 7vw ;
	font-family: Perpetua;
}
#header {
	font-size: 8vw ;
}
}

@media all and (min-width: 600px) {
	#content {
	font-size: 5vw ;
	font-family: Perpetua;
}
#header {
	font-size: 6vw ;
}
}