/* Footer */
.footer {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    text-align: center;
    color: white;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
}
.highlight-ip {
    font-weight: bold;
    color: #ffcc00; /* Żółty odcień, dobrze widoczny na ciemnym tle */
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.7); /* Dodaje lekki efekt świecenia */
}
