.navbar{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;

}

h5{
    font-weight: normal;
    /* text-align: center; */
}
h1{
    font-family: 'cardo';
    font-weight: bold;
    font-size: 3.5rem;
}

.caption{
    font-size: 2rem;
    line-height: 2.5rem;
}

/* li{
    line-height: 2.5rem;
} */

h2{
    font-family: 'cardo';
    font-weight: bolder;
    text-align: center;
    font-size: 3rem;
}

.left-nav{
    margin-left: 20px;
    font-size: 1.2rem;
    color: black;
}

.avatar{
    text-align: center;

}

.right-nav{
    display: inline-flex;
    width: 30%;
    justify-content: space-around;
    font-size: 1.1rem;
    color: white;

}

a {
    text-decoration: none;
    color: black;

}

.intro-section{
    display: grid;
    grid-template-columns: 1fr 3.5fr 3.5fr 1fr;
    /* grid-template-rows: 2fr 1fr; */
    width: 100%;
    margin-top: 50px;   
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F8FAFC;
}

.intro{
    grid-column-start: 2;
    grid-template-rows: 2;
}

.resume{
    grid-row: 2;
    grid-column: 2;
    padding-top: 50px;
}

.who-am-i{
    /* background-color: gray; */
    /* display: flex; */
    width: 100%;
    height: 400px;
    text-align: left;
    margin-top: 80px;
    align-items: center;
}

.achievement{
    
}
.caption{
    font-size: 1.2rem;
}

.featured{
    display: inline-flex;
    background-color: #EDF7FA;
    margin-top: 50px;
    padding: 50px;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    /* overflow-x: auto;
    overflow-y: hidden; */
    align-items: center;
    gap: 30px;

}
.featured-project{
    flex: 0 0 auto;
    background-color: white;
    width: 500px;
    height: 300px;
}

.featured-title{
    width: 100%;
}

.card-body{
    line-height: 2rem;
    font-size: 1.2rem;
}

/* .project-link{
    width: 100%;
    height: 100%;

} */