:root {
  color: #555;
  background: #efefef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  background: #efefef;
}

.site {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 25px;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #444;
}

.site-header {
  padding: 20px 0 10px;
}

.site-title {
  display: block;
  color: #333;
  font-size: 2.063rem;
  font-weight: 700;
  line-height: 1;
}

.site-title:hover,
.site-title:focus {
  color: #333;
}

.site-description {
  margin: 10px 0;
  color: #afafaf;
  font-size: 0.875rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  min-height: 45px;
  background: linear-gradient(#585858, #3d3d3d);
}

.main-nav a {
  display: flex;
  align-items: center;
  min-height: 45px;
  padding: 0 0.9rem;
  border-left: 1px solid #585858;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 #000;
}

.main-nav a:first-child {
  border-left: 0;
}

.main-nav a:hover,
.main-nav a:focus {
  color: #fff;
  background: linear-gradient(#808080, #363636);
}

.main-nav a.active {
  background: #343434;
}

.site-content {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: break-word;
}

h1 {
  margin: 0.5em 0;
  font-size: 2.625rem;
}

h2 {
  margin: 0.75em 0;
  font-size: 2.25rem;
}

h3 {
  margin: 0.85em 0;
  font-size: 1.875rem;
}

h4 {
  margin: 1em 0;
  font-size: 1.5rem;
}

p,
pre,
table,
blockquote {
  margin: 1.6em 0;
}

ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 2em;
}

blockquote {
  padding: 0 1em;
  border-left: 4px solid #d6d6d6;
  background: #f9f9f9;
}

blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
}

pre {
  overflow-x: auto;
  padding: 6px 10px;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  border-radius: 2px;
  background: #f4f4f4;
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgb(0 0 0 / 20%);
  white-space: pre-wrap;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid #ddd;
}

th,
td {
  padding: 0.8em;
}

.post-list article {
  padding: 0 0 24px;
  border-bottom: 1px solid #e5e5e5;
}

.post-list article + article {
  padding-top: 10px;
}

.post-list h2 {
  margin-bottom: 0.35em;
}

.post-list h2 a,
.content h1 {
  color: #444;
}

.post-list h2 a:hover,
.post-list h2 a:focus {
  color: #06c;
}

time,
.taxonomy {
  color: #9f9f9f;
  font-size: 12px;
}

.summary {
  clear: both;
  display: flow-root;
}

.content img,
.content video,
.content iframe,
.content object,
.content embed,
.summary img,
.summary video,
.summary iframe,
.summary object,
.summary embed {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.pagination {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 20px 0 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
}

.site-footer {
  padding: 0 0 20px;
  color: #777;
  font-size: 12px;
}

@media (max-width: 650px) {
  .site {
    padding: 0 12px;
  }

  .site-header {
    text-align: center;
  }

  .main-nav {
    display: block;
  }

  .main-nav a {
    min-height: 42px;
    border: 0;
    border-bottom: 1px solid #666;
  }

  .site-content {
    padding: 14px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.45rem;
  }

  .pagination {
    align-items: center;
    flex-direction: column;
  }
}
