body {background-color:#fffaef; color:#333333;} 
	h4 {font-family: Garamond; color:#333333; font-size:16px;}
	h3, h1 {font-family: Garamond; color:#92b2ea;

top: 250px;
position: absolute;

    display: block;
    margin-left: auto;
    margin-right: auto 
        width:100%;
        height:auto
}
	p {font-family: Garamond; color:#333333; 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;}
	div {}
		#container {width:1024px; 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;
}