body {
  padding: 2vh 7vw;
}

img {
  filter: drop-shadow(0 0 3px #cbcbcb);
}

#header {
  text-align: center;
  margin-bottom: 2rem;
}
#header * {
  width: 100%;
}
#header h2 {
  font-family: inherit;
  font-size: inherit;
}

.post {
  display: flex;
  margin-bottom: 5rem;
}
.post > div {
  flex: 1;
}
.post .header {
  margin-bottom: 10px;
}
.post p {
  line-height: 25px;
}

.splitbox > div.text {
  display: block;
}

.btn {
  width: 100%;
}

@media only screen and (max-width: 699px) {
  .post {
    flex-direction: column;
  }
  .post .header {
    font-size: 21px;
    margin-top: 1rem;
    text-align: center;
  }
  .post img {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .post .header {
    font-size: 25px;
  }
  .post img {
    width: 80%;
  }
  footer {
    display: flex;
  }
  footer > * {
    margin-left: 1.5rem;
  }
  footer > *:first-child {
    margin-left: 0;
    margin-right: auto;
  }
}

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