body {
  max-width: 800px;
  margin: auto;
  padding: 1em;
  line-height: 1.5;
  background-color: #1a1a1a;
  color: #cdcbcb;
  font-size: 20px;
}



/* header and footer areas */
.menu { padding: 0; }
.menu li { display: inline-block; }
.article-meta, .menu a {
  text-decoration: none;
  background: #2a2a2a;
  padding: 5px;
  border-radius: 5px;
  color: #c0c0c0;
}
.menu, .article-meta, footer { text-align: center; }
.title { font-size: 1.1em; }
footer a {
  text-decoration: none;
  color: #82b1ff;
}
hr {
  border-style: dashed;
  color: #555;
}

/* code */
pre {
  border: 1px solid #555;
  box-shadow: 3px 3px 5px #222;
  overflow-x: auto;
  background-color: #252525;
}
code:not([class]) {
  background: #333;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
pre code {
  background: none;
}

/* misc elements */
img, iframe, video { max-width: 100%; }
main { hyphens: auto; }
blockquote {
  background: #252525;
  border-left: 5px solid #555;
  padding: 3px 1em 3px;
}
table {
  margin: auto;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
table thead th { border-bottom: 1px solid #555; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #333; }
a {
    color: #82b1ff; 
}
a:visited {
  color: #b39ddb;
}

.social-links {
  text-align: center;
  margin-top: 10px;
}

.social-links a {
  display: inline-block;
  margin-right: 7px;
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links a img {
  fill: #82b1ff;
  width: 24px;
  height: 24px;
}

.social-links a:hover img {
  fill: #b39ddb;
}

/* Responsive adjustments */
@media screen and (min-width: 768px) {
  .social-links {
    float: right;
    margin-top: -45px;
    text-align: right;
  }
}