#couch_popup {
  top: 4cm;
  left: 12cm;
  
  --popup-body-min-width: 15cm;
  --banner-border-height: 0cm;

  color: white;
}

#couch_popup .popup_body {
  background-color: rgb(18, 135, 212);
}

#couch_popup .popup_banner {
  background-color: rgb(148, 74, 5);
  color: rgb(159, 233, 255);
}

#couch_popup p{
  padding: 0.1cm;
  font-size: 19pt;
  margin-top: 0.2cm;
  text-indent: 0.3cm each-line;
}

#couch_popup .popup_close_button {
  background-color: rgb(160, 188, 197);
}

#couch {
  height: 4cm;

  cursor: pointer;
}

#couch:hover {
  height: 4.25cm;

  transform: translate(-0.1cm, -0.2cm);
}
  
#froggy_chair_container {
  position:absolute;
  top: 3cm;
  left: 15cm;
}

#froggy_chair_tooltip {
  top: 0cm;
  width: max-content;
}



#carpet_container {
  position: absolute;

  top: 7cm;
  left: 12.5cm;

  transform: rotate(-80deg);
}

#carpet_container:hover {
  --angle: 75deg;
  transform: rotate(-75deg);
}

#carpet {
  height: 6cm;
}

#carpet_tooltip {
    position: absolute;
    left:7cm;
    top:8.25cm;
  
    width: 3cm;
  
    transform: rotate(var(--angle, 80deg));
}

#main_room_up_door {
    top: 1cm;
    left: 21cm;
  
    width: 4.6cm;
    height:3.5cm;
}

#main_room_left_door {
  top: 11cm;
  left: 11cm;

  width:  2.5cm;
  height: 5.2cm;
}

#main_room_right_door {
  top: 11cm;
  left: 33.5cm;

  width:  2.5cm;
  height: 5.2cm;
}

#main_room_top_door {
  top: 20cm;
  left: 16cm;

  width: 4.3cm;
  height: 2.4cm;
}
