*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    background-color: #e5e5fd;
    min-height: 100vh;
    border: 10px solid #1d1e4c;
}

.content{
    max-width: 900px;
    margin: 0 auto;
}

.top_section{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top_section h4{
    font-size: 30px;
    text-align: end;
}

.top_section h1{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.image_container
{
    border-radius: 50%;
    overflow: hidden;
    color: #1d1e4c;
    
}

.image_container,img{
width: 300px;
height: 320px;
}

.about_section{
    margin-top: 50px;
}

.about_section h2{
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about_section p{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.2px;
}

.bio_gra{
    margin-top: 50px;

}

.bio_grah3{
    margin-bottom: 20px;
}

.bio_gra ul{
    margin-left: 50px;
}

.bio_gra li{
    margin-bottom: 15px;
}