.image-row-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-row-link--secondary {
  color: rgb(var(--color-background));
  font-size: 3rem;
  font-weight: 600;
  text-underline-offset: 5px;
}
