
body {
background-color: #f8ccdc;
margin: 010%;
font-family: sans-serif;
}

/* HEADER STYLE */
h1 {
color: #730202;
text-align:center;
font-family: "chelsea-market-script", sans-serif;
font-size: 40px;
font-weight: 200;
font-style: normal;
text-transform: none;
border-bottom:2px solid #9b9b9b;
margin-top:-30px;
}

h2 {border-bottom:2px solid #9b9b9b;
color: #730202;
font-size: 1em;
font-family: "chelsea-market-script", sans-serif;
font-size: 30px;
font-weight: 200;
}

.img-middle {
   display: block;
  margin: auto;
  width: 2100;
  padding-top: 30px;
}

nav {
  text-align: center;
  border-radius: 25px;
  background-color: #bcbbbb;
  padding: 2px;
  width: 735px;
  height: 2em;
padding: 1em 0;
letter-spacing: 2px;
font-size: .9em ;
font-weight: 800;
margin: auto;
a:link {
  color: #730202 ;
  text-decoration: underline ;
}
a:hover {
  color: #f8ccdc ;
  text-decoration: underline;
}
}
a:visited {
  color: #730202;
  text-decoration: underline;
}

/* PARAGRAPH STYLE */
p {
font-family:Georgia, serif;
}