    .profile-img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        background-color: #eee;
    }

    .social-icons i {
        font-size: 20px;
        margin: 0 8px;
        color: #555;
    }

    .nav-link.active {
        border-bottom: 2px solid red;
    }