#splash {
  width: 100%;
  height: 130px;
  background:
    linear-gradient(0, rgba(76, 255, 76, 0.103), rgba(0, 0, 0, 0.527)),
    url(../../resources/Headliner.png);
  background-position: 0 100px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

