body {
  background-color: pink;
  color: purple;
  font-family: Verdana;
}

h1 {
font-family: "Bodomi MT";

}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#container {
  margin: 3em auto;
  width: 90%;
    max-width: 700px;
    background-color: salmon; /* this is the backround colour for the blog posts themselves */

  color: black; 
  outline-color: darkred;    /*edge of square in posts, about, index, etc.*/
  outline-style: solid;
  outline-width: 5px;  /* original is 6px */
  outline-offset: 0;
  padding: 1.5%;
}