*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100vh;
    background-color: skyblue;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main{
    width: 600px;
    height: 600px;
    position: relative;
    /* border: 1px solid black; */
}
.main .a{
   width: 223px;
    height: 209px;
    border: 2px solid black;
    border-radius: 50%;
    position: absolute;
    background-color: #0069ff;
    top: 3%;
    left: 28.9%;
}
.b{
    width: 190px;
    height: 159px;
    border: 2px solid black;
    background-color: white;
    position: absolute;
    top: 11%;
    left: 31.6%;
    border-radius: 50%;
}
.c{
    width: 160px;
    height: 140px;
    border-bottom: 3px solid black;
     position: absolute;
    top: 10%;
    left: 34%;
    border-radius: 50%;
}
.d{
    width: 100px;
    height: 80px;
    border: 2px solid black;
     position: absolute;
    top: 31%;
    left: 39.4%;
    background-color: rgb(243, 248, 123);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
}
.d::before{
     content: '';
    width: 100%;
    height: 80%;
    background-color: brown;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 7;
}
.d::after{
     content: '';
    width: 97%;
    height: 87%;
    background-color: rgb(240, 246, 49);
    position: absolute;
    border: 2px solid black;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.e{
    width: 0px;
    border: 2px solid black;
    height: 100px;
    position: absolute;
    top: 16%;
    left: 47%;
}
.f{
    width: 24px;
    border: 2px solid black;
    height: 24px;
    position: absolute;
    top: 15%;
    left: 45%;
    border-radius: 50%;
    z-index: 2;
    background-color: red;
}
.f::before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: white;
    position: absolute;
    top: 3px;
    left: 5px;
    border-radius: 50%;
}
.g1{
    width: 40px;
    height: 55px;
    border: 2px solid black;
    position: absolute;
    top: 8%;
    background-color: white;
    left: 40.5%;
    border-radius: 50%;
}
.g1::after{
       content: '';
    width: 16px;
    height: 20px;
    background-color: black;
    position: absolute;
    bottom: 10px;
    right: 4px;
    border-radius: 50%;
}
.g1::before{
       content: '';
    width: 5px;
    height: 8px;
    background-color: white;
    position: absolute;
    bottom: 16px;
    right: 8px;
    z-index: 4;
    border-radius: 50%;
}
.g2{
    width: 40px;
    height: 55px;
    border: 2px solid black;
    position: absolute;
    top: 8%;
    background-color: white;
    right: 46.5%;
    border-radius: 50%;
}
.g2::after{
       content: '';
    width: 16px;
    height: 20px;
    background-color: black;
    position: absolute;
    bottom: 10px;
    left: 4px;
    border-radius: 50%;
}
.g2::before{
       content: '';
    width: 5px;
    height: 8px;
    background-color: white;
    position: absolute;
    bottom: 16px;
    left: 8px;
    z-index: 4;
    border-radius: 50%;
}
.h1{
       width: 56px;
    height: 0px;
    border: 1px solid black;
    position: absolute;
    top: 18%;
    left: 33%;
    transform: rotate(14deg);
}
.h2{
   width: 56px;
    height: 0px;
    border: 1px solid black;
    position: absolute;
    top: 22%;
    left: 32.8%;
    transform: rotate(0deg);
}
.h3{
        width: 56px;
    height: 0px;
    border: 1px solid black;
    position: absolute;
    top: 26%;
    left: 33%;
    transform: rotate(-13deg);
}
.h4{
       width: 56px;
    height: 0px;
    border: 1px solid black;
    position: absolute;
    top: 18%;
    left: 52%;
    transform: rotate(-14deg);
}
.h5{
   width: 56px;
    height: 0px;
    border: 1px solid black;
    position: absolute;
    top: 22%;
    left: 52.3%;
    transform: rotate(0deg);
}
.h6{
        width: 56px;
    height: 0px;
    border: 1px solid black;
    position: absolute;
    top: 26%;
    left: 52%;
    transform: rotate(13deg);
}
.j{
    width: 170px;
    height:  165px;
    background-color: #0069ff;
    border: 2px solid black;
    position: absolute;
    top: 35%;
    left: 33.3%;
    border-radius: 36%;
}
.i{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 33%;
    left: 35%;
    border-radius: 50%;
    background-color: white;
}
.i::before{
       content: '';
    width: 70%;
    height: 70%;
    border-bottom:3px solid black;
    position: absolute;
    bottom: 10px;
    left: 23px;
    border-radius: 50%;
}
.i::after{
       content: '';
    width: 70%;
    height: 0%;
    border-bottom:2px solid black;
    position: absolute;
    top: 60%;
    left: 23px;
    /* border-radius: 50%; */
}
.k{
   width: 70px;
    height: 46px;
    background-color: #0069ff;
    border: 2px solid black;
    border-radius: 50%;
    position: absolute;
    top: 38%;
    left: 29%;
    transform: rotate(-45deg);
    z-index: 88;
}
.k::after{
    content: '';
    width: 40px;
    height: 40px;
    border: 2px solid black;
    position: absolute;
    bottom: -3px;
    right: -19px;
    z-index: 99;
    border-radius: 50%;
    background-color: white;
}
.l{
width: 72px;
    height: 46px;
    background-color: rgb(0, 105, 255);
    border: 2px solid black;
    border-radius: 50%;
    position: absolute;
    top: 38%;
    right: 34%;
    transform: rotate(45deg);
    z-index: 88;
}
.l::after{
    content: '';
    width: 40px;
    height: 40px;
    border: 2px solid black;
    position: absolute;
    bottom: -3px;
    left: -19px;
    z-index: 99;
    border-radius: 50%;
    background-color: white;
}
.m{
    width: 73px;
    height: 95px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid black;
    position: absolute;
    top: 49%;
    left: 29%;
}
.n{
    width: 73px;
    height: 95px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid black;
    position: absolute;
    top: 49%;
    right: 34%;
}