html {
    font-size: 22px;
}
body  {
	background-color: #3C3B3B;
font-size: 16px;
font-family: 'Book Antiqua';
text-align: center;
color: #E8E8E8;
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem;
    border-left: 1px solid #3C3B3B;
    border-right: 1px solid #3C3B3B;
}

h1 {
	font-family: "Copperplate Gothic Light"; font-size: 36px; font-style: normal; font-variant: normal; font-weight: 700;
	text-align: center;
    color: #E8E8E8;

}

h2 {
	ffont-family: "Copperplate Gothic Light", monospace; font-size: 30px; font-style: normal; font-variant: normal; font-weight: 700;
	font-size: 22px;
	text-align: center;
    color: #E8E8E8;
}
p {
	font-family: 'Book Antiqua'; font-style: normal; font-size: 18px; font-variant: normal;
    color: #E8E8E8;
    	text-align: center;
}

a {
  color: #E8E8E8;
}
hr {
width: 30%;
margin-left: auto;
margin-right: auto;
}
img{
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
    
}
figcaption
{
	color: #E8E8E8;
	font-size: 14px;
}
.gray {
    color: #ECECEC;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100;
}

div {
position:relative;
}
div2 {
  width: 680px;
  height: 570px;
  border: 1px solid #282828;
}
#nav {
position:absolute;
left:45%;top:0;
margin-left:-200px; /* negative margin equal to half the width */
width:700px;
list-style:none;
}
#nav li {
float:left;
}
#nav a {
display:block;
text-align:center;
width:70px; /* fixed width */
text-decoration:none; 
}

