body {
  background-color: #f1e3c6;  /* CHANGE PAGE COLOR HERE */
  margin: 30px; ;
  color:		#735400; /* CHANGE TEXT COLOR HERE */
  font: size 20px; ;
  margin: left 20px; ;
  margin: right 20px; ;
  font-size: 1em ; /* default 16px */
   border-radius: 25px;
  border: 2px solid #ad538c;
  padding: 20px;
  width: 920px;
  height: 1775px;
  /* margin: auto; */
  margin-top:25px; ;

}

.img-center {
  display: block;
  margin: auto;
  width: 2100;
}

p {
color: #FF00FF;
  /* line-height: ; */
}

h1 {
text-align: center;
color: #735400;
text-align:center;
font-family: "chelsea-market-script", sans-serif;
font-size: 40px;
font-weight: 200;
font-style: normal;
text-transform: none;
margin-top:30px;
line-height: 1.5em;
margin-bottom: 1px;
}

/* ///// LINKS ///// */
nav {
  text-align: center;
  border-radius: 25px;
  background-color: #e3c267;
  padding: 20px;
  width: 600px;
  height: 1em;
padding: 1em;
letter-spacing: 1px;
font-size: .9em ;
font-weight: 800;
margin: auto;
a:link {
  color: #ad538c ;
  text-decoration: underline ;
}
a:hover {
  color: #735400 ;
  text-decoration: underline;
}
}

h2 {
border-bottom:2px solid #e3c267;
color: #ad538c;
font-size: 25px;
font-family: "chelsea-market-script", sans-serif;
font-weight: 200;
font-style: normal;
}

h5 {
  text-align: center;
}

/* LIST STYLE */
ul {
  /*background-color:#ccc;*/
  color: #735400;
}

ol {
    color: #735400;
  }


  /* nav { */
  /* background-color: #000; */
  /* border-bottom: 5px #735400 solid;
  padding: 50px 12px 8px 12px; */ */
/* }

#content {
  width: none ;
  margin: left 20px; ;
}

/* /// LINKS /// */ 
a:link {
  color: #ad538c ;
  text-decoration: underline ;
}

a:hover {
  color: #735400 ;
  text-decoration: underline;
}

a:visited {
  color: #ad538c;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}