:root {
  --yellow: #ffed01;
  --light-yellow: #f9f39f;
  --lightgrey: #F4F4F4;
  --bordergrey: #e6e6e6;
  --dark: #343434;
  --accent: #ffed01;
}

@media (prefers-color-scheme: dark) {
  :root {
    --yellow: rgba(202, 202, 202, 0.2);
    --light-yellow: rgba(255,237,1,.1);
    --lightgrey: #202020;
    --bordergrey: #616161;
    --dark: #e7e7e7;
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --yellow: #ffed01;
    --light-yellow: #f9f39f;
    --lightgrey: #F4F4F4;
    --bordergrey: #e6e6e6;
    --dark: #343434;
    --accent: #ffed01;
  }
}
body {
  font-size: 18px;
}

.content-main {
  max-width: 750px;
  text-align: justify;
  margin: 0 auto;
  padding: 1em 1.5em 1.2em;
}

nav {
  font-size: 16px;
}

h1 {
  text-align: center;
  width: auto !important;
}

.wrapper img {
  margin: 0px;
}

.content-main img {
  width: auto;
  max-width: 80%;
  margin: auto;
  display: flex;
}

.ariane {
  margin-bottom: 40px;
  font-size: 13px;
}

.ariane-index {
  margin-top: 40px;
  margin-bottom: -10px;
  margin-left: 20%;
  padding-left: 1em;
}

.hentry {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  padding: 0.8em 0 0.8em 0;
}

.post-info {
  width: 20%;
  padding: 1em 0 1em 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
}

.post-author-picture {
  border-radius: 100%;
  max-width: 50px;
  max-height: 50px;
  margin-right: 1em !important;
}

.published {
  font-family: "bpreplaybold", Helvitica, sans-serif;
  font-size: 12px;
}

.entry-body {
  width: 80%;
  padding: 1em 0 1em 1em;
}

.entry-title {
  margin: 0;
  text-align: left;
}

.entry-content {
  display: flex;
}
.entry-content p a, .entry-content ul a {
  border-bottom: 1px solid var(--bordergrey);
}

.hentry-inside {
  margin-top: 40px;
}

th {
  background-color: var(--bordergrey);
}

th, td {
  padding: 5px 20px;
  border: 1px solid var(--bordergrey);
}

p > img {
  display: flex;
}

.entry-title-inside {
  margin: 0;
  text-align: left;
}

.post-info-inside {
  font-family: "bpreplayregular", Helvitica, sans-serif;
  font-size: 14px;
}
.post-info-inside .vcard {
  display: inline;
}

.post-author-picture-inside {
  float: left;
  margin-right: 1em !important;
  max-width: 60px;
  max-height: 60px;
  border-radius: 100%;
}

.entry-title-inside {
  font-size: 26px;
  padding-top: 3px;
}

.entry-content-inside {
  margin-top: 30px;
}
.entry-content-inside .highlight::before {
  display: none;
}
.entry-content-inside .highlight {
  background-color: var(--light-yellow);
  padding: 1em 2em 1em 1em;
  border-radius: 0px 30px 30px 0px;
  font-weight: normal;
}
.entry-content-inside img {
  max-width: 100%;
  height: auto;
}
.entry-content-inside a {
  border-bottom: 1px solid var(--bordergrey);
}

/*# sourceMappingURL=blog.css.map */
