body {
  background-color: black;
  font-family: georgia;
  color: white;
  padding: 0px;
}
#main::-webkit-scrollbar {
    display: none;
}
#wrap {
  width: 1000px;
  padding: 0px;

}
#main {
  background-color: black;
  float: left;
  width: 800px;
  height: 98vh;
  border: 1px solid white;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#side {
  width: 197px;
  border: 1px solid white;
  border-left: 0px;
  float: right;
  text-align: center;
}
#side2 {
  width: 189px;
  border: 1px solid white;
  border-left: 0px;
  border-top: 0px;
  float: right;
  text-align: center;
  padding: 0px 4px;
}
#doll {
  filter: drop-shadow(0 0 10px black);
}
#side a {
  display: inline-block;
  color: black;
  font-size: 1.4em;
  background-color: #4EBCBA;
  margin-top: 5px;
  padding: 3px;
}
.upto {
  background-color: black;
  margin: 0px 3px 0px 3px;
  border: 10px solid #4EBCBA;
  border-top: none;
  clear: both;
  overflow: auto;
}
.upto p:first-child {
  margin-top: 0px;
}
.upto img {
  display: inline-block;
  margin: 3px;
  height: 100%;
}
h3 {
  color: #ffd26b;
  font-size: 1.4em;
  margin: 0px 3px;
  display: inline;
  text-shadow: 0px 0px 10px #ffd26b;
}
#main h2 {
  background-color: #4EBCBA;
  margin: 4px 3px 0px 3px;
  font-size: 32px;
  line-height: 30px;
  color: black;
  text-shadow: none;
}
p.date {
  display: inline;
  font-size: .8em;
}
p.deet {
  display: inline;
  font-size: .8em;
  font-family: verdana;
  color: #FF6BA8;
}
a.return {
  text-decoration: none;
}
p {
  margin: 4px 2px;
  text-align: justify;
  letter-spacing: -0.05em;
  font-size: 1.2em;
  line-height: 1em;
  color: white;
}
h1 {
  margin: 4px 3px;
  color: #4EBCBA;
  font-size: 52px;
  line-height: 48px;
  text-shadow: 0px 0px 10px #4EBCBA;
}
#side h2 {
  margin: 4px 3px;
  font-size: 32px;
  line-height: 30px;
  color: #FF6BA8;
  text-shadow: 0px 0px 10px #FF6BA8;
}
#side2 h2 {
  margin: 4px 3px;
  font-size: 32px;
  line-height: 30px;
  color: #FF6BA8;
  text-shadow: 0px 0px 10px #FF6BA8;
}
p.white {
  font-size: 1.4em;
}
p.pink {
  font-family: verdana;
  font-weight: bold;
  font-size: 1.5em;
  color: #FF6BA8;
}
p.blue {
  color: #4EBCBA;
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0em;
}
p.royal {
  
}
img.marg {
  margin: 5px;
}

.png {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.png img {
  height: 433px;
}

.haul {
  background-color: black;
  position: relative;
}
.haul img {
  margin: 0px 3px;
}
.haul p {
  background-color: black;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  margin: 0;
  border-left: 5px solid #ffd26b;
  max-width: 250px;
}
.haul img:hover + p {
  top: auto;
  bottom: 13px;
}