body { background-color: #81BEF7; } .head { background-color: white; width: 100px; height: 110px; border-radius: 50px; position: absolute; } .jaw { background-color: white; width: 70px; height: 60px; position: absolute; top: 70px; left: 15px; border-radius: 25px; } .cheeks { background-color: white; width: 90px; height: 25px; position: absolute; top: 5px; left: -10px; border-radius: 100px; } .eye.left { background-color: black; width: 32px; height: 25px; position: absolute; top: -20px; left: 7px; border-radius: 80px; } .eye.right { background-color: black; width: 32px; height: 25px; position: absolute; top: 0px; left: 44px; border-radius: 80px; } .nostril.left { background-color: black; width: 5px; height: 10px; position: absolute; top: 25px; left: -15px; border-radius: 8px; } .nostril.right { background-color: black; width: 5px; height: 10px; position: absolute; top: 0px; left: 12px; border-radius: 8px; } .mouth { background-color: black; width: 50px; height: 5px; position: absolute; top: 23px; left: -28px } .tooth.left { background-color: #FFBF00; width: 10px; height: 10px; position: absolute; top: -10px; left:6px; } .crack.main { background-color: black; width: 3px; height: 42px; position: absolute; top: -90px; left: 36px; } .crack.horizontal { background-color: black; width: 12px; height: 3px; position: absolute; top: 19px; left: -12px; } .crack.corner { background-color: black; width: 3px; height: 15px; position: absolute; top: 0px; left: 0px; }