/* User profile logo styling for navigation bar */
.nav-profile-img {
    width: 76px;  /* 40px * 1.9 = 76px */
    height: 76px; /* 40px * 1.9 = 76px */
}

/* Position the profile in the nav bar (moved down by 10px) */
.nav-profile {
    display: flex;
    align-items: center;
    margin-left: 5px;
    align-self: center;
    margin-top: 0; /* Aligned with the BadgeUp logo and nav buttons */
}

/* Ensure the nav-bar properly centers its children */
.nav-bar {
    align-items: center;
}