html {
    background-color: rgb(4, 185, 124);
}

#mainEgg {
    border: 2px solid white;
    height: 220px;
    width: 160px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    margin-left: 75px;
    background-color: white;
    border-radius: 50%/ 65% 65% 40% 40%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

#mainEgg:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#inner1{
    position: absolute;
    border: 2px solid yellow;
    background-color: yellow;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: 35%;
    left: 17%;
}

#inner11{
    position: absolute;
    border: 2px solid black;
    background-color: black;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 35%;
    left: 34%;
}

#inner12{
    position: absolute;
    border: 2px solid black;
    background-color: black;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 35%;
    left: 55%;
}

#inner13{
    position: absolute;
    background-color:#E60965;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 48%;
    left: 28%;
}

#inner14{
    position: absolute;
    background-color:#E60965;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 48%;
    left: 65%;
}

#smile{
    position: absolute;
    background-color:black;
    height: 18px;
    width: 28px;
    border-radius:  45% ;
    top: 59%;
    left: 37%;
}
#smilein{
    position: absolute;
    background-color:yellow;
    height: 12px;
    width: 20px;
    border-radius:  45% ;
    top: 29%;
    left: 15%;
}


.com {
    border: 5px solid #069A8E;
    background-color: #069A8E;
}

#a {
    border-radius: 40%;
    position: absolute;
    top: 50%;
    left: 33%;
    margin-left: -50px;
    margin-top: -104px;
    width: 224px;
    height: 208px;
    border-radius: 50% 50% 50% 50% / 56% 56% 44% 44% ;
}

#b {
    height: 160px;
    width: 160px;
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    left: 40%;
    border-radius: 50% 50% 50% 50%  / 35% 36% 64% 65%;
    margin-top: -80px;
}

#c {
    height: 50px;
    width: 440px;
    background-color: #125B50;
    position: absolute;
    top: 47%;
    left: 42%;
    z-index: 1;
    border-radius: 10px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

#d {
    height: 70px;
    width: 100px;
    background-color: #125B50;
    position: absolute;
    border-radius: 30px 15px 15px 30px ;

    top: 45.5%;
    z-index: -1;
    left: 68%;
}
.cc{
    border: 1px solid #F7FF93;
    width: 95%;
    height: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 5px;
}
#in1 {
    width: 90%;
}
#in2 {
    width: 95%;
}
#in3 {
    width: 95%;
}
#in4 {
    width: 90%;
}



#in11{
    border: 1px solid #F7FF93;
    background-color: #069A8E;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 90%;
}
#in21{
    border: 1px solid #F7FF93;
    background-color: #069A8E;
    width: 10px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 1;
    margin-top: -5px;
    left: 95%;
}
#in31{
    border: 1px solid #F7FF93;
    background-color: #069A8E;
    width: 10px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 1;
    margin-top: -5px;
    left: 95%;
}
#in41{
    border: 1px solid #F7FF93;
    background-color: #069A8E;
    width: 10px;
    height: 10px;   
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 1;
    margin-top: -5px;
    left: 90%;
}
#cir{
    border: 9px solid ;
    background-color: white ;
    width: 70px;
    height: 150%;
    border-radius: 50%;
    position: absolute;
    z-index: 5px;
    margin-top: -20px;
    left: -50px;
}
#e{
    position: absolute;
    z-index: 1 ;
    width: 100%;
    height: 100%;
}

