#intro {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
  /* background-color: rgba(249, 0, 0, 0.5); */
}

/* #splash img {
    transform: scale(0.2);
}

#splashImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
} */
