body{
    margin:0px;
    line-height: 2;
    height:100vh;
    font-family: Roboto;
    padding: 0px;
    margin-bottom: 600px;
    font-size: 1.5em;
}
#name_container{
    display: flex;
    justify-content: center;
    font-size: 2em;
    background-color: #D7CCC8;
    min-height: 100px;
    align-items: center;  
    background-color: hsla(127, 8%, 22%, 1);
    /* background: linear-gradient(to right, #2C3E50, #BDC3C7); */
    color: white; /* Light grey for better contrast */
    font-weight: 700;
    font-family: "DM Serif Display";

    


}
#footer{
    bottom: 0;
    width: 100%;
    background-color: hsla(127, 8%, 22%, 1);
    padding: 10px;
    text-align: center;
    color: white;
}

#personal_details{
    display: flex;
    background-color: hsla(127, 8%, 22%, 1);
    padding: 0px 10px 10px 0px;
    justify-content: space-between;
    align-items: center;
}
#personal_detailsText{
    font-size: 1em;
    color: black;
    word-wrap: break-word;
    text-decoration: none;
    
}
.heading{
    font-size: 1.5em;
    margin:10px;
    color: #2C3E50;
    color: hsla(35, 87%, 59%, 1);
    font-family: "DM Serif Display";

}
.backToHome{
    margin: 10px;
    color: white;
    background-color: hsla(127, 8%, 22%, 1);
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "DM Serif Display";
}
#summaryText{
    margin:10px;

}
.projectName{
    font-size:1.2em;
    margin: 0px 10px;

    text-decoration: underline;
    text-decoration-color: #2C3E50;
}
.timeline{
    margin:0px 10px;
}

