html {
    background-color: rgb(4, 185, 124);
}   
#catCir{
    height: 400px;
    width: 400px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index: -10;
}
#catCir:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#catCir1{
    height: 350px;
    width: 350px;
    background-color: yellow;
    border-radius: 50%;
    position: relative;
    left: 6%;
    top: 6%;
    z-index: -9;
}

#catCir1:hover{ 
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
/* -ms-transform: rotate(20deg);   
transform: rotate(20deg); */

#catBody{
    height: 200px;
    width: 130px;
    background-color: black;
    border-radius: 20% 20% 5% 5%;
    position: relative;
    left: 31%;
    top: 22%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#heartDiv{
    height:40px ;
    width: 30px ;
    display: flex;
    position: relative;
    left: 75%;
    top: 45%;
}
.heart{
    height: 100%;
    width: 40%;
    background-color: yellow;
    border-radius: 80% 80% 110% 110%;
}
.heart:hover{
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#heart1{
    transform: rotate(340deg); 
}
#heart2{
    transform: rotate(20deg); 
}

.hand{
    border: 1px solid yellow;
    border-top: 0px ;
    height: 70px;
    width: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#hand1{
    transform: rotate(330deg); 
    position: relative;
    top: 35%;
    z-index: 10;
}

#hand2{
    transform: rotate(30deg); 
    position: relative;
    left: 75%;
    z-index: 10;
}

#ring{
    border: 1px solid black;
    height: 50px;
    width: 110px;
    position: absolute;
    top: 6%;
    left: 33%;
    border-radius: 50%;
    background-color: black;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#ringe{
    border: 1px solid black;
    height: 44px;
    width: 90px;
    position: absolute;
    top: 0%;
    left: 9%;
    border-radius: 50%;
    background-color: yellow;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
#ringe:hover{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
#ring:hover{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.catEye{
    border: 1px solid black;
    height: 34px;
    width: 30px;
    border-radius: 50%;
    background-color: yellow;
}
.catEye:hover{
    background-color: white ;
}
#catEye1{
    position: relative;
    bottom: 80%;
    left: 18%;
}
#catEye2{
    position: relative;
    bottom: 98%;
    left: 58%;
}
.eyeDot{
    border: 1px solid black;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: black;
    position: relative;
    left: 30%;
    top: 30%;   
}
.eyeDot:hover{
    left: 28%;
    top: 30%;
}

.sing{
    height: 100px;
    width: 30px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: black;
    z-index: -1;
    position: relative;
}
#sing1{
    bottom: 140%;
    transform: rotate(-30deg);
}
#sing2{
    bottom: 192%;
    left: 75%;  
    transform: rotate(30deg);
}
.tail{
    height: 130px;
    width: 20px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background-color: black;
    z-index: -1;
    left: 60%;  
    bottom: -1%;
    transform: rotate(110deg);
    position: relative;
}

.catNose{
    border: 1px solid black;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: yellow;
    position: relative;
    bottom: 57%;
    left: 48%;
}

.smile{
    border-bottom: 2px solid yellow;
    height: 50px;
    width: 35px;
    position: relative;
    bottom: 65%;
    left: 44.5%;
    border-radius: 50px;
}
.smile:hover{
    border-radius: 10%;
}