body {
  opacity: 0;
  background-color: #000;
  transition: opacity 0.8s ease-in-out;
}

#manifest-area {
  max-height: 500px !important;
  overflow: scroll !important;
}
