.page-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    cursor: pointer;
}

.switch-container {
    display: flex;
    align-items: center;
}

#toggleLabel {
    font-size: 14px;
    margin-left: 10px;
    /* color: #00008b; צבע כחול נייבי התואם לכפתור */
    color: #000000; /* Black color */
    font-weight: bold;
}

.page-switch img {
    width: 70px; /* מגדיל את הכפתור */
    height: auto; /* שומר על יחס התמונה */
    transition: transform 0.4s ease;
}
