{
  box-sizing: border-box;
}

body {
  background-image: url(https://averagegrl.neocities.org/graphics/clothes.gif);
  background-size: cover;
    background-repeat: no-repeat; 
min-height: 100vh;
  margin: 0;
  cursor: url(https://averagegrl.neocities.org/graphics/nyan.png), auto;
}

a:hover {
  cursor: url(https://averagegrl.neocities.org/graphics/hand.png), auto;
}
.chatbox{
  position: absolute;
  left:0px;
  bottom:0px;
}

#doll{
  position: absolute;
   right:515px;
   top:130px;
}