.thumb {
width: 125px;
  border: 2px solid var(--light);
  height: auto;
}

.itemp {
  width: 125px;
  text-align: center;
  background-color: var(--dark);
  padding: 2px;
  margin: 0px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meme {
  max-width: 250px;
  border: 3px solid var(--light);
}