/* #intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #201e1c;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (orientation: portrait) {
  #intro img {
    max-height: 100%;
    width: auto;
  }
}

@media (orientation: landscape) {
  #intro img {
    max-width: 100%;
    height: auto;
  }
} */
