body{

font-family:"MS Gothic",sans-serif;
color:black;
background-image: url("bg.gif");
background-color: white;
background-repeat: no-repeat;
background-attachment: fixed; 
background-size: 100% 100%;
}

#dollsquares{
z-index:40;
position:absolute;
top: 0;
left: 0 ;
animation: hueshift 1s infinite;
}

#doll0{
z-index:5;
position:absolute;

}
#doll1{
z-index:1;
position:absolute;
top: 0;
left: 0 ;
opacity:0;
animation: hueshift 1s infinite;
}

#doll2{
z-index:2;
position:absolute;
top: 0;
left: 0 ;
opacity:0;
animation: hueshift 1s infinite;
}
#doll3{
z-index:3;
position:absolute;
top: 0;
left: 0 ;
opacity:0;
animation: hueshift 1s infinite;
}
#doll4{
z-index:4;
position:absolute;
top: 0;
left: 0 ;
opacity:0;
animation: hueshift 1s infinite;

}

.intestino_delgado{
appearance: initial;
}

.intestino_grueso{
position: absolute; 
width: 300px;
height: 300px;
left:100px;
}

.intestino_mediano{
position: absolute; 
width: 300px;
height: 300px;
left:100px;
}

#star{
display: flex;
margin-left:100%;
margin-top:140%;

}

#commheader{
width:40%;
height: auto;
  
}



.pinga{
	color: black;
	overflow-wrap:break-word;
	width:300px;

}
@keyframes hueshift {
    100%{filter: hue-rotate(360deg);}

}

