@charset utf-8;

* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;}
  
html {
	font-family: "Goudy Bookletter 1911", serif;
	font-weight: 400;
	font-size: 100%;
    font-style: normal;
	overflow-y: auto;
	width: 100%;
	height: 100%;}
	
body {
	font-size: 1rem;
	line-height: 1.75;
	text-rendering: geometricPrecision;
	width: 100%;
	height: 100%;}
	
div {
	display: flex;
	row-gap: 2em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto; 
	text-align: center;
	width: 100%;
	height: 100%;}
  
h1 {
	font-weight: bold;
	margin: 0 auto; 
	text-align: center;}
	
img {
	display: block;
	-ms-interpolation-mode: bicubic;
	margin: 0;
	max-width: 100%;
	height: auto;}