/* only affects bullet ponts in navigation */

ul,
.dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
    /* Change items from horizontal to vertical */
    display: flex;
    /* background #6bc4ff; */
}

ul li {
    width: 100%;
    position: relative;
}