.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 500px;
    background-color: lightblue;
}

.bulat {
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #222D68;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 10px solid #222D68;
}

.bulan {
    width: 180px;
    height: 180px;
    background-color: #FBC30B;
    position: relative;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bulan::before{
    content: "";
    width: 150px;
    height: 170px;
    background-color: #222D68;
    position: absolute;
    top: 50%;
    right: -1%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.bintang {
    position: absolute;
    top: 45%;
    left: 53%;
    transform: translate(-50%,-50%);
}

.point {
    position: absolute;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 65px solid #FBC30B;
}

.jari {
    position: relative;
    width: 250px;
    height: 300px;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);  
}

.jari div {
    position: absolute;
    background-color: #EA242B;
    transform: skewX(-35deg) rotate(-35deg);
    border-top: 15px solid;
    border-color: #222D68;
}

.jari div::before {
    content: "";
    position: absolute;
    background: white;
    left: 50%;
    width: 50%;
    height: 100%;
}

.jari1 {
    left: -5px;
    width: 33px;
    height: 200px;
    top: 30%;
    border-right: 5px solid;
    border-left: 10px solid;
}

.jari2 {
    left: 52px;
    width: 33px;
    height: 300px;
    top: 5%;
    border-right: 5px solid;
    border-left: 5px solid;
}
.jari3 {
    left: 104px;
    width: 33px;
    height: 300px;
    top: -10%;
    border-right: 5px solid;
    border-left: 5px solid;
}
.jari4 {
    left: 156px;
    width: 33px;
    height: 300px;
    top: 10%;
    border-right: 5px solid;
    border-left: 5px solid;
}
.jari5 {
    left: 207px;
    width: 33px;
    height: 225px;
    top: 35%;
    border-right: 10px solid;
    border-left: 5px solid;
}