div{
width:100px;
height:100px;
background-color:yellow;
position:absolute;
left:100px;
top:100px;
}

#bloc1{
width:300px;
height:300px;
left:400px;
top:200px;
background-color:07faf7;
}

#bloc2{
left:500px;
top:100px;
background-color:40bae7;
}

#eye1{
width:20px;
height:10px;
left:510px;
top:110px;
background-color:white;
}

#eye2{
width:20px;
height:10px;
left:570px;
top:110px;
background-color:white;
}

#arm1{
width: 100px;
height: 20px;
left:700px;
top: 190px;
background-color:40bae7;
}

#arm2{
width: 100px;
height: 20px;
left:300px;
top: 190px;
background-color:40bae7;
}

#forearm1{
width:20px;
height:100px;
left:300px;
top: 100px;
background-color: 40bae7;
}

#forearm2{
width:20px;
height:100px;
left:780px;
top: 100px;
background-color: 40bae7;
}

#circle1{
width:30px;
height:30px;
left:380px;
top: 180px;
border-radius:50%;
background-color:07faf7;
border: 6px solid;
border-color: 40bae7;
}

#circle2{
width:30px;
height:30px;
left:680px;
top: 180px;
border-radius:50%;
background-color:07faf7;
border: 6px solid;
border-color: 40bae7;
}

#hand1{
width:30px;
height:30px;
left:287px;
top: 60px;
border-radius:50%;
background-color:white;
border: 8px solid;
border-color: 40bae7;
}

#hand2{
width:30px;
height:30px;
left:767px;
top: 60px;
border-radius:50%;
background-color:white;
border: 8px solid;
border-color: 40bae7;
}

#gap1{
width:10px;
height:20px;
background-color:white;
left:305px;
top:50px;
}

#gap2{
width:10px;
height:20px;
background-color:white;
left:785px;
top:50px;
}

#legs{
width:250px;
height: 100px;
left:415px;
top:500px;
background-color: white;
border-radius: 40px;
border: 8px solid;
border-color: 40bae7;
}

#mouth{
width: 50px;
height: 15px;
left:525px;
top: 150px;
border-radius: 5px
}

#antena{
width:5px;
height:60px;
left:520px;
top: 40px;
background-color:40bae7;

