html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

body {
  color: #515151;
  background-color: #fff;
}

a {
  color: #268bd2;
  text-decoration: none;
}
a strong {
  color: inherit;
}
a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #313131;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2rem;
}

h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  color: #303030;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
}

code,
pre {
  font-family: Menlo, Monaco, "Courier New", monospace;
}

code {
  font-size: 85%;
  width: 5px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .8rem;
  line-height: 1.4;
  background-color: #f9f9f9;
}
pre code {
  width: 5px;
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
}

blockquote {
  padding: .5rem 1rem;
  margin: .8rem 0;
  color: #7a7a7a;
  border-left: 0.25rem solid #e5e5e5;
}
blockquote p:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 0 1rem;
  border-radius: 5px;
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
table td,
table th {
  padding: .25rem .5rem;
  border: 1px solid #e5e5e5;
}
table tr:nth-child(odd) td,
table tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.container {
  width: 54rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.masthead {
  padding-top: 1rem;
  /* padding-bottom: 1rem; */
  /* margin-bottom: 3rem; */
}
.masthead .masthead-title {
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
  color: #505050;
}
.masthead .masthead-title a {
  color: #505050;
}
.masthead .masthead-title small {
  color: #C0C0C0;
  font-size: 75%;
  font-weight: 300;
  letter-spacing: 0;
}
.masthead .masthead-title span {
  color: black;
  margin-left: 5px;
}

.post {
  margin-bottom: 4em;
}
.post .post-title {
  margin-top: 0;
}
.post .post-date {
  display: block;
  margin-top: -.5rem;
  margin-bottom: 1rem;
}

.post-title,
.post-title a {
  color: #303030;
}

.post-date {
  color: #9a9a9a;
}

.highlight {
  white-space: pre-line;
}
