.content img {
  width: 66%;
  height: auto;
  border-color: rgb(81, 0, 0);
  border-style: dotted;
}

html {
  background: white;
}

h1, h2, h3, h4, h5, h6, p, ul, li, a {
  color: black;
  font-family: Merriweather;
}

#site-header {
  background-color: white;
}

blockquote {
  color: rgb(81, 0, 0);
}

svg {
  color: rgb(81, 0, 0);
}

hr {
  color: rgb(81, 0, 0);
  opacity: 1;
  border-width: 2px;
}

table td, table th {
  color: black;
  border-style: dashed;
  border-color: rgb(81, 0, 0);
  font-family: Merriweather;
}