

body {
  background-color: #EB5197;
  background-image: url("skull bg.jpg");
  text-align: center;
  font-family: 'Comic Neue', serif;
  font-size: 1.5em;
}

.box {
  float: left;
  background-color: #DCB4FB;
  width: 39.5%;
  height: 225px;
  margin-left: 3%;
  margin-bottom: 50px;
  position: fixed;
  overflow: scroll;
  top: 40%;
  right: 3%;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  border-style: ridge;
}

.dolls {
  float: left;
  background-color: transparent;
  width: 45.5%;
  height: 2000px;
  margin-left: 3%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.doll {
  position: relative;
  height: 150px;
  padding-right: 80px;
  padding-left: 80px;
  padding-top: 10px;
  margin-top: 200px;
  border-style: ridge;
  
}

.g1 {
  position: absolute;
  height: 350px;
  left: -50px;
  bottom:-75px;
}

.g3 {
  position: absolute;
  height: 350px;
  right: -60px;
  bottom:-75px;
}

.drac {
  background-color: #E76C9C;
}

.clawdeen {
  background-color: #A774B2;
}

.frankie {
  background-color: #AACEB1;
}

.robecca {
  background-color: #D1A36A;
}

.venus {
  background-color: #8DBC54;
}
  

.title {
  width: 100%;
  margin-top: 50px;
}

.return {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 200px;
  cursor: url("batcursor.png"), auto;
}

.return:hover {
  width: 300px;
  cursor: url("batcursor.png"), auto;
}
/*.overview {
  float: left;
  background-color: pink;
  width: 100px;
  height: 2000px;
  margin-left: 50px;
}*/
  