body {
  background-color: black;
  margin: 0;
}

#main {
  width: 90vw;
  height: 90vh;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.storyFrame {
  width: 784px;
  height: 588px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#storyteller {
  width: 784px;
  height: 588px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.stOverlay {
  width: 784px;
  height: 588px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.storyoverlay {
  border-top: solid black 2px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 764px;
  height: 140px;
  z-index: 3;
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.name {
  height: 25px;
  color: black;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px;
}

#text {
  height: 55px;
  padding: 5px 15px;
  text-align: justify;
  overflow: hidden;
  color: black;
  font-size: 18px;
}

#options {
  height: 30px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.btn{
  float: right;
  min-width: 70px;
  height: 30px;
  border: none;
  background-color: #555555;
  color: white;
  padding: 5px;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  margin-left: 10px;
}

p {
  font-style: italic;
  padding: 0 100px;
  text-align: justify;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #5C164E;
}

::-webkit-scrollbar-thumb:hover {
  background: #763459;
}

.dropdown {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
}

.dropbtn {
  width: 50px;
  height: 50px;
  margin: 25px;
}

.dropbtn img {
  height: 50px;
}

.dropdown:hover .dropdownContent {
  display: block;
}

.dropdownContent {
  display: none;
}

.dropdownContent img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
