body {
  margin: 0;
  overflow: hidden;
    cursor: url("images/cursor.png"), default;
}
a:hover {
  cursor: url("images/curpointer.png"), default;
}
button:hover {
   cursor: url("images/curpointer.png"), default;
}
.flex {
    margin: 0;
    display: flex;
}

.container {
   height: 751px;
  width: 1087px;
  position: relative;
    background: url('https://wparena.com/wp-content/uploads/2009/09/img0.jpg');
 background-size: cover;
  overflow: hidden;
}

.rainbowtext {
  font-size: 15.5px;
  text-shadow: 2px 2px white;
  font-family: 'Slackey', cursive;
   background-image: linear-gradient(to left, red, orange, yellow, green, blue, purple, pink);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 margin: auto;
  width: 500px;
}
.questions {
  margin: auto;
  border: 1px dotted white;
  width: 95%;
  background-color:rgba(208, 139, 255, 0.5);
  height: 90%;
  color: white;
  text-align: left;
  font-size: 13.5px;
  padding: 2px;
}

audio {
  display: none;
}

#about {
  position: absolute;
}
#faq {
  position: absolute;
 height: 1px;
}

#faq .window a {
  color: hotpink;
}


.mmm {
  z-index: 0;
  width: 382px;
  height:313px;
  position: absolute;
  bottom: 45px;
  right: 0;
  background-image: url('/images/Borders/magicalmessagemachine.png');
}


.icon {
  width: 81px;
  border: 1px solid transparent;
  text-align: center;
  color: white;
  text-shadow: 2px 1px 2px black;
  font-size: 14px;
}

.icon img {
  margin: auto;
}

.icon:hover {
  border: 1px solid lightgray;
  background: rgba(255, 255, 255, 0.1);
}

#lol {
  position: absolute; 
  right: 230px;
  top: 330px;
  display: none;
}



#benny {
  position: absolute;
  height: 1px;
  width: 1px;
}


#history {
  position: absolute;
  left: 340px;
  top: 50px;
  width: 1px;
}

#history .window-body {
  overflow: auto;
  background: url('/images/Backgrounds/overlay4.png'), url('images/Backgrounds/waterfunky.jpg');
}

#history .window-body .inner {
  background: rgb(184,252,252, 70%);
  margin-top: 3px;
  font-family: 'ms pgothic';
  color: blue;
}