/* Container holding the image and the text */
.container {
    position: relative;
    text-align: center;
    color: rgb(31, 6, 253);
  }
  
  .kepala-kanan {
    position: absolute;
    top: 5%;
    left: 53%;
    color: rgb(3, 3, 3);
  }

  .lblkepala-kanan {
    position: absolute;
    left: 53%;
  }

  .kepala-kiri {
    position: absolute;
    top: 5%;
    left: 31%;
    color: rgb(3, 3, 3);
  }

  .lblkepala-kiri {
    position: absolute;
    left: 31%;
  }

  .lbldada-kanan {
    position: absolute;
    bottom: 76%;
    left: 56%;
  }

  .dada-kanan {
    position: absolute;
    bottom: 67%;
    left: 56%;
    color: rgb(3, 3, 3);
  }

  .lbldada-kiri {
    position: absolute;
    bottom: 76%;
    left: 29%;
  }

  .dada-kiri {
    position: absolute;
    bottom: 67%;
    left: 29%;
    color: rgb(3, 3, 3);
  }

  .lbltangan-kanan {
    position: absolute;
    bottom: 55%;
    left: 56%;
  }

  .tangan-kanan {
    position: absolute;
    bottom: 46%;
    left: 56%;
    color: rgb(3, 3, 3);
  }

  .lbltangan-kiri {
    position: absolute;
    bottom: 55%;
    left: 28%;
  }

  .tangan-kiri {
    position: absolute;
    bottom: 46%;
    left: 28%;
    color: rgb(3, 3, 3);
  }

  .lblkaki-kanan {
    position: absolute;
    bottom: 25%;
    left: 54%;
  }

  .kaki-kanan {
    position: absolute;
    bottom: 16%;
    left: 54%;
    color: rgb(3, 3, 3);
  }

  .lblkaki-kiri {
    position: absolute;
    bottom: 25%;
    left: 31%;
  }

  .kaki-kiri {
    position: absolute;
    bottom: 16%;
    left: 31%;
    color: rgb(3, 3, 3);
  }
  
  
  
  
  
  
  
  /* Centered text */
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }