#title-stack {
  position: relative;
  z-index: 1;
}

#home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4em;
  font-size: 2em;
  margin-top: -4rem;
  background-image: url('../img/splatter.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 54% 0;
  filter: drop-shadow(0 1px 0px black);
}

#home-link a {
  color: white;
  text-decoration: none;
  text-shadow: 0 0 2px #2F2933;
}
