body{
  background-color: #dcfaff;
  font-family: "Rock 3D", system-ui;
  font-weight: 400;
  font-style: normal;
  color: white;
  cursor: url('aap.png'), auto;
}

#container{
    position: absolute;
    background-image: url(huis2.svg);
    margin-left: 150px;
    margin-top: 100px;
    min-width: 1321px;
    min-height: 943px;
    max-height: 90%;
    background-repeat: no-repeat;   
}

#huis {
  position: absolute;
  top: 160px;
  left: 70px;
}
#deur {
  position: absolute;
  top: 425px;
  left: 703px;
  }

#mlp {
  position: absolute;
  top: 747px;
  left: 103px;
  max-width: 85px;
}

#glas {
  position: absolute;
  top: 140px;
  left: 1145px;
  max-width: 47px
}

#cupcake {
  position: absolute;
  top: 653px;
  left: 616px;
  max-width: 48px;
}