﻿footer {
    background-color: #204895;
    padding: 3rem 0;
    color: white;
}

    footer ul {
        padding: 1rem 0;
        margin: 0;
        list-style: none;
    }

        footer ul li {
        }

            footer ul li a {
                color: white;
                text-decoration: none;
            }

    footer a {
        color: white;
        text-decoration: none;
    }
.MainDivATagFooter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.aTagFooter {
    width:50%;
    text-align:center;
}
    .aTagFooter img {
        background-color: white;
        width: 97%;
        margin:0 auto;
        max-width: 250px;
        border-radius: 1rem;
    }