.footer {
    background-color: #2b537a;
    color: #ffffff;
    margin: 5rem 0rem 0rem 0rem;
    text-align: center;
    font-size: 15px;
    position:relative;
    bottom: 0;
    width: 100%;
    border-top: 5px solid #1c446f;
}

.footerText {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.footerList {
    list-style: none;
    text-align: left;
    min-width: auto;
}

.footerBottom {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: right;
    background-color: #1c446f;
    text-align: right;
    padding: 2rem;
}

.footerBottomImage {
    border-radius: 5px;
}

a.footerListPos {
    color: #ffffff;
    text-decoration: none;
}

a.footerListPos:hover {
    text-decoration: underline;
}