footer {
    background-color: #97D8C4;
    display: flex;
    padding: 1%;
    justify-content: space-between;
    border-top: #707070 1px solid;
    text-align: center;
    margin-top: auto;
}

footer div {
    margin: 0 auto;
}

footer div a {
    color: #2c2c2c;
    font-weight: bold;
    text-decoration: none;
}