body{
    font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;

}
.profile-container {
    max-width: 1000px;
    margin: auto;
    padding: 2rem;
}

.profile-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    
}
h2{
    color: #000103 ;
}
.profile-info {
    background-color: #608BC1;

    /* background-color: #007c91; */
    color: white;
    padding: 1rem;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.profile-info h5 {
    margin: 0;
}

.profile-info a {
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
}

.main-content h1 {
    font-weight: bold;
}

.main-content h5 {
    font-weight: bold;
    color: #3a3a3a;
}

.section-title {
    color: #3a3a3a;
    font-weight: bold;
}

.quote-text {
    font-style: italic;
    color: #3a3a3a;
}

.highlight-text {
    font-weight: bold;
    color: #3a3a3a;
}