.footer {
    padding-bottom: 50px;
}

.policies {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.policies a {
    margin-left: 8px;
    margin-right: 8px;
}

.copyright {
    text-align: center;
    padding-top: 25px;
}