.menu {
    /* Assuming that the gradient mixin is defined in '../custom' */
    /* Include the appropriate CSS properties for the gradient here */
    background: red;
}

.menu li {
    padding: 0 0.7rem;
}

.menu li a {
    color: black;
    text-transform: capitalize;
    font-weight: 600;
}
