.paticka {
    background-color: #1E3A5F;
    color: white;
    padding: 2em 1em;
    text-align: center;
    font-size: 0.9em;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: center;
}

.footer-links a {
    color: #FF9800;
    margin: 0 0.5em;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        max-width: 960px;
        margin: auto;
    }
}