body {
  margin-right: auto;
  margin-left: auto;
  /* width: 800px; */
  background-color:rgb(250, 245, 245);
  font-family: 'Courier New', Courier, monospace;
  text-decoration: none;
}

#title {
  text-align: center;
  width: 800px;
}

#logo {
  border: 0px solid transparent;
  /* background-image: url(img/logo/newlogo.jpg) 30 round; */
  /* background-size: 30px 10px; */
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 7%;
}

#navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(232, 164, 152);
  text-align: center;
}

#navbar li {
  display: inline-block;
  float: none;
}

/* navbar links */
#navbar a {
  display: inline-block; /* responsive reasons */
  transition: all 0.3s ease;
  color:rgb(0, 0, 0);
  padding: 14px 20px;
  text-decoration: none; /* remove underline from links */
  font-size: 14px;
}

/* change color on hover/mouse-over */
#navbar a:hover {
  background-color: rgb(234, 178, 164);
  color: rgb(0, 0, 0);
}

/* img {
  position:relative;
  display:block;
  margin-left:auto;
  margin-right:auto;
} */

h1 {
  font-size:32px;
  font-family: Garamond, serif; 
  color:rgb(0, 0, 0);
 }

h3 {
  font-size:18px;
  font-family: Garamond, serif;
  color:rgb(0, 0, 0);
}

h5 {
  font-size:14px;
  font-family: Garamond, serif;
  color:rgb(130, 130, 130);
}

p {
  font-size:14px;
  color:rgb(0, 0, 0);
}

p a {
  font-size:14px;
  color: rgb(160, 124, 116);
  text-decoration: none;
}

#slogan {
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  padding: 25px;
  box-sizing: border-box;
  width: 800px;
}

#post {
  border: 15px solid transparent;
  border-radius: 8px;
  margin-bottom: 75px;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  padding: 25px;
  box-sizing: border-box;

  background-color: rgb(250, 225, 221);
  opacity: .7;

  font-size:18px;
  font-family: Garamond, serif;
  color:rgb(87, 85, 85);
}

#links {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}

li {
  display: inline-block;
}
