footer {
    background-color: rgba(12, 58, 45, 1);
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-left: 3%;
}

.partners img {
    margin: 10px;
    max-height: 40px;
}

footer a{
    color: #fff;
    text-decoration: none;
}


