/* עיצוב פוטר */
footer {
    background-color: #023e8a;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
    z-index: 1000;
}

footer p {
    margin-top: 0;
    font-size: 1.1em;
}

