.prev-next-buttons {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.prev-next-buttons img {
  display: block;
  width: 40px;
  margin: 0 10px;
  opacity: 0.6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.prev-next-buttons .prev img {
  transform: rotate(180deg);
}
.prev-next-buttons .prev:hover img {
  opacity: 1;
}
.prev-next-buttons .next img {
  transform: rotate(0deg);
}
.prev-next-buttons .next:hover img {
  opacity: 1;
}/*# sourceMappingURL=single-blog.css.map */