@charset "utf-8";

html {
	height: 95%;
	width: 100%;
	font-size: calc(16px + (50vmin / 32));	
}

body {
	width: 95%;
	height: 100%;
	font:  normal Georgia, Serif;
	font-size: 0.8rem;
}


p {
        line-height: 1.3rem;
}
