body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    background-color: rgb(128, 143, 132);
}

.nav-bar {
    background-color: rgb(0, 0, 0);
    border-radius: 15px;
    width: calc(100% - 20px);
    height: 100px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px;
    max-width: 100% !important;
    box-sizing: border-box !important;
}


.img-logo {
    width: 70px;
    margin: 10px 10px 10px 0px;
    transition: 0.5s;
}
.img-logo:hover {
    width: 90px;

}


.noStyle {
    list-style: none !important;
    text-decoration: none;
}
.noStyle li {
    margin-right: 20px;
}

.nav-links {
    font-size: 19px;
    color: aliceblue;
    transition: 0.7s;
    text-decoration: none;

}
.nav-links:hover {
    font-size: 19px;
    color: rgb(6, 26, 43);
    background-color: rgb(128, 143, 132);
    border-radius: 10px;
    padding: 5px 14px;
    
}

.allW{
    width: 100%;
}

section{
    margin-top: 150px;

}

.articleB{
    margin: 40px;
    background-color: rgb(255, 255, 255);
    height: auto;
    width: 100%;
    border-radius: 30px;

}

.imageR {
    border-radius: 50px;
    padding: 20px;
    width: 650px;
}













/* CV-GC */

.CV-Link {
    font-size: 22px;
    color: rgb(6, 26, 43);
    background-color: rgb(128, 143, 132);
    border-radius: 10px;
    padding: 7px 18px;
    transition-duration: 3s;

}

.profile-img {
    width: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #007bff;
    margin-bottom: 15px;
}
.contact-info i {
    margin-right: 10px;
}
.cv-section {
    margin-bottom: 30px;
}
.cv-list {
    list-style: none;
    padding-left: 0;
}
.cv-list li {
    margin-bottom: 10px;
}

