.fp-dropdown {
    position: relative;
    text-align: center;
}

#fp-dropdown-toggle {
    background-color: transparent;
    color: #000;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
}

#fp-dropdown-content {
    position: fixed;
    top: 12%;
    left: 0;
    width: 100%;
    height: 88%;
    background: #ffffff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    z-index: 9999;
}

#fp-dropdown-content ul {
    list-style: none;
    margin: auto;
    vertical-align: middle;
    top: 30%;
    position: relative;
    padding: 0;
}

#fp-dropdown-content li {
    margin: auto;
    padding: 10px 0;
}

#fp-dropdown-content a {
    color: #0F8140;
    text-decoration: none;
    font-size: 30px;
    font-family: "Montserrat";
}

#fp-dropdown-content a:hover {
    text-decoration: underline;
}
svg.bi.bi-list{
    margin-top: 4px;
}