/* גרסת חירום לבדיקת צבעים */
body {
    background-color: #050510 !important;
    color: white !important;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.app-detail-container {
    background-color: #1a1a1a !important; /* אפור כהה מאוד כדי שנראה הבדל מהשחור */
    color: white !important;
    max-width: 900px;
    margin: 50px auto;
    padding: 30px;
    border: 2px solid #00ffff;
    border-radius: 15px;
    display: block !important;
}

h1, h2, h3, p, li, span {
    color: white !important;
}

.gallery-side video {
    border: 1px solid #00ffff;
}
