.footer {
    bottom: 0;
    z-index: 1000;
    padding: 8px;
    margin-top: 90px;
    background: rgba(29, 80, 160, 0.05);
}

.footer__links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.footer__links li a {
    color: #1d50a0;
    text-decoration: none;
}

.footer__links p {
    margin: 0;
    display: inline-block;
}