/* Elements*/

body {
  margin: 2.5% auto;
  background: #f2f2f2;
  color: #444444;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 73%;
}
code {
  font-family: "Fira Code", monospace;
  color: black;
  background: #e0e0e0;
  white-space: pre-wrap;
  font-size: 105%;
  display: block;
  line-height: normal;
}
a {
  border-bottom: 1px solid #444444;
  color: #444444;
  text-decoration: none;
}
a:hover {
  border-bottom: 0;
}

h1 {
  font-size: 1.7em;
}

/* Classes */

.navbar {
  text-align: center;
  padding-bottom: 5px;
}

.posts {
  text-align: left;
}

.date {
  display: inline;
}

/* Classes elements */

.sites a {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
}
.sites h2 {
  margin-bottom: 0px;
}

.sites ul {
  padding-top: 0px;
}

.sites p {
  display: inline;
}
.navbar a {
  margin-left: 10px;
  margin-right: 10px;
}

/* IDs */

#ps {
  display: block;
  padding-top: 5px;
}
