body {
  background: url("https://fentdevilish.neocities.org/assets/planks.jpg");
  background-size: contain;
  filter: sepia(0.2) brightness(1.8);
}

.wrap {
  width: 90%;
  padding: 15px;
  margin: auto;
  column-count: 8;
  column-gap: 15px;
}

.imghold {
  margin-bottom: 20px;
  position: relative;
}

.imghold img {
  width: 100%;
  display: block;
  filter: sepia(0.6);
}

.imghold img:hover {
  filter: sepia(0);
  transform: rotate(4deg);
  transform-origin: top;
}

.imghold::after {
  content: "";
  background: #3d1814;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 5%;
  height: 5%;
  pointer-events: none;
}
