
  body{
    background: #323842FF;
    margin: 0 auto;
  }
  .container{
    display: flex;
    justify-content: center;
    }
    .flexbox-item-1{
        width: 12%;
        background: #00BDD6FF;
    }
    .flexbox-item-2{
        width: 50%;
        background-color: white;
    }
    .flexbox-item-3{
        width: 12%;
        background-color: #1D212899;
    }
    .flexbox-item-4{
        width: 50%;
        height: auto;
        background-color: white;
    }
    img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
        height: 150px;
        border-radius: 79px;
    }
    .name{
        text-align: center;
    }
    .personal-information{
        font-size: 10px;
        margin: 15px;
        width: 90%;
        color: white;
    }
    .my-list{
        padding: 0px 0px 0px 10px;
    }
    .text-justify{
        text-align: justify;
    }
    @media (min-width: 768px) and (max-width: 1365px){
        body{
            font-size: 12px;
        }
        img{
            width: 80px;
            height: 80px;
        }
        .personal-information{
            margin: 5px;
            font-size: 8px;
            width: auto;
        }
       .flexbox-item-1{
            width: 15%;
       }
        .flexbox-item-2{
            width: 60%;
            height: auto;
        }
        .flexbox-item-3{
            width: 15%;
            height: auto;
        }
        .flexbox-item-4{
             width: 60%;
            height: auto;
        }
    }
    @media (max-width: 767px){
        body{
            font-size: 12px;
        }
        img{
            width: 100px;
            height: 100px;
        }
        .personal-information{
            font-size: 8px;
            margin: 5px;
            width: 90%;
        }
        .flexbox-item-1{
            width: 20%;
        }
        .flexbox-item-2{
            width: 80%;
            height: auto;
        }
        .flexbox-item-3{
           width: 20%;
        }
        .flexbox-item-4{
          width: 80%;
            height: auto;
        }
    }
    @media (max-width: 439px){
        body{
            font-size: 10px;
        }
        img{
            width: 50px;
            height: 50px;
        }
        .text-justify{
            width: 320px;
            height: 100px;
            font-size: 9px;
        }
        .personal-information{
            position: absolute;
            margin: 1px;
            font-size: 7px;
            width: 50%;
        }
        .flexbox-item-1{
            position: absolute;
            top: 0px;
            left: 0px;
            width: 90px;
            height: auto;
        }
        .flexbox-item-2{
            position: absolute;
            left: 88px;
            height: 200px;
            width: 345px;
        }
        .flexbox-item-3{
            position: absolute;
           top: 110px;
           left: 0px;
           height: 527px;
           width: 90px;
        }
        .flexbox-item-4{
            position: absolute;
            top: 146px;
            left: 88px;
            width: 345px;
            height: auto;
        }
    }