.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-link {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 12px;
}

.footer-link, .footer-link:active {
    color: #0b315e;
}

.footer-link, .footer-link:visited, .footer-link:active {
    text-decoration: underline;
}

.footer-link:hover {
    cursor: pointer;
}
