.pageTitle {
    color: rgb(99, 167, 99);
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    /*text-align: center;
    box-shadow: 4px 5px 10px 0 rgb(57, 88, 92); */
}

#AboutMe {
}

.profileDescription {
    text-align: center;
}

#articleContainer {
   max-width: 100%; 
   min-width: 375px;
}

#Experience {
}



#Certifications {
}



#Projects {
}



#ContactDetails {
}

.h3Contact {
    background-color: #4163aa;
    border: #36528d;
    border-radius: 25px;
    color: aliceblue;
    max-width: fit-content;
    padding: 15px;
    margin-left: 2%;
}

.h3Contact:hover {
    background-color: #293a5f;
}

#Email{
}
#GitHub{
}

#Resume{
}
.contactFlexInfo {
    display: flex;
    justify-content: center;
}

