


  #container {
    position: absolute;
    margin: auto;
    width: 755px;
    height: 626px;
    background-color: white;
    }
      
  #sink {
    position: absolute;
    width: 555px;
    height: 626px; 
    left:100px;
    right:100px;
    background-image: url("https://prof-practice.neocities.org/images/bathroomsink.png");
    }
    
  #hands {
    position: absolute;
    width: 555px;
    height: 626px;    
    }
    
    
    
    .hands1 {
      position: absolute;
      width:555px;
      height: 626px;
      background-image: url("https://prof-practice.neocities.org/images/handsbathroom1.png");
      }
    
    .hands2 {
      position: absolute;
      width:555px;
      height: 626px;
      background-image: url("https://prof-practice.neocities.org/images/handsbathroom2.png");
      }  
      
    .hands3 {
      position: absolute;
      width:555px;
      height: 626px;
      background-image: url("https://prof-practice.neocities.org/images/handsbathroom3.png");
      }
    
    
    
