nav a {
    text-decoration: none;
    color: inherit;
}

nav {
    display: flex;
    gap: 16px;
    font-size: 14px;
}

.no-link-style {
    text-decoration: none;
    color: inherit;
}