.menu-item-crosswords {
    text-decoration: none;
    color: gray;
    margin: 5px;
}

.menu-item-search {
    text-decoration: none;
    color: black;
    margin: 5px;
}

    .menu-item-search:hover, .menu-item-crosswords:hover {
        color: black;
    }

#myCrosswordsDropdownMenu {
    max-height: 22.5rem; /* ~10 items */
    overflow-y: auto;
}
