body {background-color:#fffaef; color:#92b2ea;} 
	h4 {font-family: Garamond; color:#92b2ea; font-size:16px;}
	h3 {font-family: Garamond; color:#92b2ea;}
	p {font-family: Garamond; color:#92b2ea; font-size:14px;}
		#caption {position:absolute; width:1024px; text-align:center; top:520px; z-index:1}
	a {font-family: Garamond; color:#92b2ea; text-decoration:none;}
	canvas {}
		#displayCanvas {position:absolute; top:10px; z-index:0;


left: 0;}
	div {}
		#container {max-width:100vw; height:576px; margin:auto;
  display: flex;
  align-items: center;
  justify-content: center 

}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
//   background-color: red;
   color: white;
   text-align: center;
}