#background-line {
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(204,204,204,0), rgba(204,204,204,1), rgba(204,204,204,0));
  z-index: 0;
}

#slug-fact {
  position: fixed;
  bottom: 8vh;
  left: 0;
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(0.9rem, 3.5vw, 2rem);
  color: #444;
  background: white;
  pointer-events: none;
  z-index: 998;
  box-sizing: border-box;
  padding: 1rem 1rem 1.5rem;
}