body {
  background-color: black;
}

#fake-background{
  width: 100%;
  opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -999;
}

#container{
  width: 1000px;
  min-height: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.35);
  padding: 20px;
  color: black;
  font-weight: bolder;
  border-radius: 8px;
}

#story{
  padding: 50px;
  display: none;
  theend:iscamille;
}

.blorbo{
  width: 150px;
}

#cast {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
#cast::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

#cast{
  width: 150px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  z-index: -1;

}

button{
  background: black;
  color: white;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  display: block;
  margin-top: 25%;
}
