
html {
height: 100%;
width: 100%;
}
 
img {
width: 50px;
}
 
#face {
width: 400px;
}

#eyes1 {
position: absolute;
left: 250px;
top: 150px;
width: 100px;
}

#mouth2 {
position: absolute;
left: 240px;
top: 220px;
width: 100px;
}

#nose3 {
position: absolute;
left: 250px;
top: 160px;
width: 100px;
}

#crown {
position: absolute;
left: 150px;
top: 100px;
width: 100px;
}