.single-post {
  padding-left: 30%;
  padding-right: 30%;
}
.content {
  position: relative;
  z-index: 1;
}
.single-post h1 {
  transition: 0.5s ease;
  text-align: center;
}
.single-post h1:hover {
  color: var(--background-infomation);
  transition: 0.5s ease;
}
.single-post img {
  width: 100%;
  height: auto;
}

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