.container{
    background-color: rgb(255, 255, 255);
    position: relative;
    display: grid;
    grid-template-columns: 35% 65%;

}
body{
    background-color: rgb(235, 240, 243);
}
img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 30px auto auto 40px;
    border: 5px solid white;
}
.box1{
    background-color: #4e607b;
    position: absolute;
    padding-left: 20px;
    color: white;
    
}
.text{
    padding-left: 40px;
    padding-top: 80px;
    color: white;
}
.timeline{
    font-weight: bolder;
}

