body{
    margin: 20vh;
    padding: 0;
    background-color: rgb(0, 0, 0);
}

.art{
    position: absolute;
    text-align: center;
    background-color: rgb(0, 0, 0);
    height: 500px;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.head{
    position: absolute;
    background-color: greenyellow;
    height: 340px;
    width: 470px;
    left: 3px;
    top: 100px;
    border-radius: 44%;
    border: solid black 12px;
}

.mouthr, .mouthl {
    background-color: rgb(0, 0, 0);
    position: absolute;
    height: 0px;
    width: 100px;
    z-index: 2;
    border-radius: 20px;
    top: 250px;
    border: solid black 10px;
}

.mouthl{
    left: 130px;
    transform: rotate(30deg);
}

.mouthr{
    right: 130px;
    transform: rotate(-30deg);
}

.ch1, .ch2{
    background-color: rgba(255, 0, 0, 0.598);
    position: absolute;
    height: 50px;
    width: 60px;
    border-radius: 100%;
    top: 260px;
}

.ch1{
    left: 30px;
}

.ch2{
    right: 30px;
}

.wh1, .wh2{
    background-color: rgb(255, 255, 255);
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    top: 240px;
}

.wh1{
    left: 30px;
}

.wh2{
    right: 30px;
}

.eye1, .eye2{
    position: absolute;
    background-color: rgb(255, 255, 255);
    height: 200px;
    width: 200px;
    top: 20px;
    border-radius: 50%;
    border: solid black 12px;
}

.eye1{
    left: 30px;
    
}

.eye2{
    right: 30px;
}

.dot1, .dot2{
        position: absolute;
        background-color: rgb(0, 0, 0);
        height: 70px;
        width: 70px;
        top: 20px;
        border-radius: 50%;
    }

    .dot1{
        left: 150px;
        top: 100px;
    }

    .dot2{
        right: 150px;
        top: 100px;
    }


         .leg1, .leg2{
            position: absolute;
            background-color: greenyellow;
            height: 130px;
            width: 140px;
            top: 20px;
            border-radius: 50%;
            top: 350px;
            border: solid black 12px;
        }

        .leg1{
            left: 20px;
        }
        
        .leg2{
            right: 20px;
        }

        
span{
    position: absolute;
    background-color: rgb(0, 0, 0);
    height: 50px;
    width: 50px;
    border: solid black 12px;
    border-radius: 30% 50% 100% 50%;
}

.clip1{
    top: 460px;
    right: 300px;
}

.clip2{
    top: 480px;
    right: 370px;
    transform: rotate(50deg);
}

.clip3{
    top: 460px;
    left: 300px;
    transform: rotate(90deg);
}

.clip4{
    top: 480px;
    left: 370px;
    transform: rotate(50deg);
}
