footer {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    font-size: small;
}

footer p {
    font-size: small;
}

footer .team a {
    color: darkgoldenrod;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

footer ul li a {
    padding: 10px;
}
