body {
  background-color: #fffff3;
  font-family: "coconut";
  font-size: 19px;
  overflow: hidden;
}

@font-face { 
  font-family: 'coconut';
  src: url('/amenity/Coconut-Regular.otf');
}

#plushiebedroom {
  position: absolute;
  width: 45vw;
  height: 100vh;
  top: 1vh;
  left: 20vw;
  background-image: url('https://squeakcake.neocities.org/collections/plushies/plushiebedroom.png');
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: visible;
  image-rendering: pixelated;
}

#blurb {
  display: none;
  position: absolute;
  text-align: center;
  top: 31vh;
  left: 47vw;
  width: 17vw;
  height: 50vh;
  background-color: #fffff3;
  color: #111414;
  padding: 1vh 2vw 0 2vw;
  border: 1px solid brown;
}

#welcome {
  position: absolute;
  text-align: center;
  top: 31vh;
  left: 47vw;
  width: 17vw;
  height: 50vh;
  background-color: #fffff3;
  color: #111414;
  padding: 1vh 2vw 0 2vw;
  border: 1px solid brown;
}

#plush:hover~#blurb{
display: block;
}

@media screen and (max-width: 860px) {

#plushiebedroom {
  width: 90vw;
  top: 4%;
  left: 5%;
}

#plush {
  width: 75%;
}

#blurb {
  border: none;
  top: 49vh; 
  left: 5vw;
  width: 80vw;
  height: 35vh;
}

#welcome {
  border: none;
  top: 49vh; 
  left: 5vw;
  width: 80vw;
  height: 35vh;
}

}