
div.footer {
    border: 0;
    z-index: 1;
    position: fixed;
    bottom: 0px;
}

div.footer {
}

div.footer-content {
}

div.footer a {
    text-decoration: none;
}
div.footer-content {
    display: inline-flex;

    align-self: center;
    justify-self: center;
    font-family: "Courier New";
}
div.footer {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-content A {
    color: #000;
}

div.dropdown label {
    position: relative;
    z-index: 8;
}

div.footer ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
div.footer-content h5 {
    display: block;
    background: #FFF;
}
div.footer-content li {
        background: palegreen;
    border-radius: 8px;
    padding: 8px;
}

div.footer-content li:hover {
    background: teal;
}
div.footer-content li:hover A {
    color: #FFF;
}
