body {
  color: #000;
  background-color: #eee;
  font-size: 16px;
  margin: 0px auto 0px auto;
  max-width: 750px;
  font-family: Fira Sans, sans-serif
}

div#header {
  border-bottom: 2px solid black;
  margin-bottom: 30px;
  padding: 12px 0px 12px 0px
}

div#logo a {
  color: black;
  float: left;
  font-size: 18px;
  font-family: monospace;
  text-decoration: none;
}

div#header #navigation {
  text-align: right
}

div#header #navigation a {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-left: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: monospace;
}

div#footer {
  border-top: solid 1.5px black;
  color: #555;
  font-size: 12px;
  margin-top: 30px;
  padding: 5px 0px 12px 0px;
  text-align: right;
}

div#content {
  text-align: justify;
  text-justify: inter-word;

  margin-left: 1em;
}

h1 {
  font-size: 20px;
  letter-spacing: 1.75px;
  font-weight: normal;
  font-weight: bold;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

h2 {
  font-size: 20px;
  letter-spacing: 1.75px;
  font-weight: normal;
  font-weight: bold;
}

div.info {
  color: #555;
  font-size: 14px;
  font-style: italic;
}

span#heart {
  color: #E32636; 
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin-left: 05%;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
}

td p {
  margin: 0;
}

td, th {
  padding: 0.2rem 0;
}

table {
  margin: 0 auto;
}


blockquote {
  background: #d6d6d6;
  border: 1px solid #c0c0c0;
  box-shadow: 1px 1px #c0c0c0;
  border-radius: .3em;

  padding: .25em;
  padding-left: .75em;
  padding-right: .75em;
}

.textsc {
  font-variant: small-caps;
}
