.section {
    padding: 60px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding-top: 20px;
}
.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    display: block;
}
.sidebar a:hover {
    background-color: #ddd;
}

.full-width-underline {
    border-bottom: 2px solid currentColor;
}

.linkedin-icon {
    background-color: #0077b5; /* LinkedIn blue color */
    border-radius: 50%;
    padding: 10px;
    color: white;
    text-decoration: none;
}
.linkedin-icon:hover {
    background-color: #005582; /* Darker shade for hover effect */
    color: white;
    text-decoration: none;
}
.linkedin-icon i {
    font-size: 24px; /* Adjust icon size */
}
