.footer-creds{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer h3{
    text-align: center;
}

footer {
    background-color: #FFDE5A;
    padding: 20px 0px;
    margin-top: 10px;
    font-size: 14px;
}