.neocities-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: auto;
  max-height: 18.75rem;
  overflow-y: auto;
  border: 2px dashed black;
  background-image: url('background01.png');
  background-repeat: repeat;
}

.neocities-item a {
  font-weight: normal;
}

.neocities-item h2 {
  flex-basis: 100%;
  padding: 12px;
  text-align: center;
  font-family: Wallpoet;
  font-size: 0.875rem;
}

.neocities-item .img-hover-container {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0;
  border: 2px outset grey;
}

.neocities-item .img-hover-container img {
  display: block;
}

.neocities-item .img-hover-container .img-hover-text {
  font-size: 0.5rem;
}

.img-hover-container.placeholder {
  width: 92px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.55rem;
  line-height: 1;
  background: black;
  color: white;
  overflow: hidden;
}