.dark-icon {
    color: white;
}

.nav-link {
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    gap: 6px;                 /* space between icon and text */
}