.header-logo {
  background-color: #000 !important;
  padding: 10px 15px !important;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.header-logo img,
.footer-site-logo img {
  display: block;
}

.blog-content__main figure {
  text-align: center !important;
}

.blog-content__main img {
  margin: 1rem !important;
}

@media only screen and (max-width: 800px) {
  .header-logo {
    left: 23px !important;
  }
}
