body {
  background-color: #363A3B;
  overflow: hidden;
}

/* Buttons to switch images */
div.prev, div.next {
  color: rgba(255 255 255 / 100%);
}

div.prev {
  left: 0;
}

a.catalogueLink {
  position: absolute;
  margin: 0.25rem;
  z-index: 101;
  background-color: #999999;
}

a.catalogueLink:hover {
  background-color: #f8991d;
}

/* Catalogue container */
#outerContainer {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container  {
  width: 100vw;
  height: 50vw;
    max-width: 200vh;
  max-height: 100vh;
}
