html {
    margin: 0px;
    height: 100%;
    width: 100%;
 }
 bodyold{height: 100%;
     width: 100%;
     left:0;
     right: 0;
     top: 0;
     bottom: 0;
     position: absolute;
   background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
   background-size: 1800% 1800%;
   
   -webkit-animation: rainbow 18s ease infinite;
   -z-animation: rainbow 18s ease infinite;
   -o-animation: rainbow 18s ease infinite;
     animation: rainbow 18s ease infinite;}
   
   @-webkit-keyframes rainbow {
       0%{background-position:0% 82%}
       50%{background-position:100% 19%}
       100%{background-position:0% 82%}
   }
   @-moz-keyframes rainbow {
       0%{background-position:0% 82%}
       50%{background-position:100% 19%}
       100%{background-position:0% 82%}
   }
   @-o-keyframes rainbow {
       0%{background-position:0% 82%}
       50%{background-position:100% 19%}
       100%{background-position:0% 82%}
   }
   @keyframes rainbow { 
       0%{background-position:0% 82%}
       50%{background-position:100% 19%}
       100%{background-position:0% 82%}}
 
 body {
     background: url('img/bliss.png') no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     margin: 0px;
     min-height: 100%;
     width: 100%;
 }
             
 .icon {
     min-width: 108px;
     padding: 11px;
     display: inline-block;
     text-align: center;
     font-family: Tahoma,Arial,Helvetica Neue,Helvetica,sans-serif;
     font-size: 12px;
     color: white;
     text-shadow: 2px 2px 2px black;	
     font-smooth: never;
     -webkit-font-smoothing : none;	
 }
             
 .iconrow {
     position: absolute;
     top: 10px;
     left: 10px;
     cursor: default;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 .shortcut {
     position: absolute;
     min-width: 58px;
     max-width: 58px;
 }
 .container .gallery a img {
     float: left;
     width: 20%;
     height: auto;
     border: 2px solid #fff;
     -webkit-transition: -webkit-transform .15s ease;
     -moz-transition: -moz-transform .15s ease;
     -o-transition: -o-transform .15s ease;
     -ms-transition: -ms-transform .15s ease;
     transition: transform .15s ease;
     position: relative;
   }
   
   .container .gallery a:hover img {
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -o-transform: scale(1.05);
     -ms-transform: scale(1.05);
     transform: scale(1.05);
     z-index: 5;
   }
   
   .clear {
     clear: both;
     float: none;
     width: 100%;
   }
 
 img.icon {
     
     min-width: 75px;
     max-width: 75px;
     padding: 6px;
 }
 
 a {
     cursor: default;
 }
 .wrapper { 
     height: 100%;
     width: 100%;
     left:0;
     right: 0;
     top: 0;
     bottom: 0;
     position: absolute;
   background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
   background-size: 1800% 1800%;
   
   -webkit-animation: rainbow 18s ease infinite;
   -z-animation: rainbow 18s ease infinite;
   -o-animation: rainbow 18s ease infinite;
     animation: rainbow 18s ease infinite;}
   
   @-webkit-keyframes rainbow {
       0%{background-position:0% 82%}
       50%{background-position:100% 19%}
       100%{background-position:0% 82%}
   }
   @-moz-keyframes rainbow {
       0%{background-position:0% 82%}
       50%{background-position:100% 19%}
       100%{background-position:0% 82%}
   }
   @-o-keyframes rainbow {
       0%{background-position:0% 82%}
       50%{background-position:100% 19%}
       100%{background-position:0% 82%}
   }
   @keyframes rainbow { 
       0%{background-position:0% 82%}
       50%{background-position:100% 19%}
       100%{background-position:0% 82%}
   }
 
   #xp-taskbar {
     position: fixed; bottom: 0; left: 0; width: 100%;
     height: 30px; background-color: #4989FA; /* Darker shade for contrast */
     display: flex; justify-content: space-between; align-items: center;
     color: white; font-family: Tahoma, Arial, sans-serif; font-size: 12px;
 }
 
 #xp-start-button {
     background-color: #5BB551; padding: 5px 20px; cursor: pointer;
     border: 1px solid #000; user-select: none; color: white;
 }
 
 #xp-start-menu {
     display: none; position: absolute; bottom: 30px; left: 0;
     background-color: #C3D1D9; width: 250px; padding: 10px;
     border: 1px solid #000; box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
 }
 
 /* סגנון כללי לתפריט התחל */
 #xp-start-menu-container {
     position: fixed;
     bottom: 0;
     left: 0;
 }
 
 #xp-start-button {
     background-color: #5BB551;
     color: white;
     padding: 5px 10px;
     cursor: pointer;
 }
 
 #xp-start-menu {
     display: none;
     position: absolute;
     bottom: 30px; /* הגובה של כפתור התחל */
     left: 0;
     width: 200px; /* רוחב התפריט */
     background-color: #186AD3;
     border: 1px solid #333;
     box-shadow: 2px 2px 5px #000;
 }
 
 #xp-start-menu ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
 }
 
 #xp-start-menu li {
     padding: 8px;
     color: white;
     border-bottom: 1px solid #333;
 }
 
 #xp-start-menu li:last-child {
     border-bottom: none;
 }
 
 #xp-start-menu li:hover {
     background-color: #36697A;
 }
 
 #xp-system-tray {
     position: fixed;
     bottom: 0;
     right: 0;
     background-color: #4989FA;
     color: white;
     padding: 2px 10px;
 }
 
 #xp-clock {
     display: inline-block;
     margin-left: 20px;
 }
 
 #xp-speaker, #xp-language {
     display: inline-block;
     margin-right: 20px;
     cursor: pointer;
 }
 
 /* סגנון לשעון */
 #xp-clock {
     background-color: #4989FA;
     color: #FFF;
     padding: 2px 5px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: 12px;
 }
 
 /* קביעת גודל קבוע לכל האיקונים בתפריט */
 .xp-menu-list img {
     width: 32px; /* או כל גודל אחר שתרצה */
     height: 32px;
     vertical-align: middle; /* על מנת ליישר את האיקון עם הטקסט */
 }
 
 /* קביעת גודל קבוע לאיקון הרמקול */
 #xp-speaker img {
     width: 24px; /* או כל גודל אחר שתרצה */
     height: 24px;
 }
 
 
 /* עיצוב לחלון החדש */
 .window {
     background-color: #ffffff;
     border: 1px solid #000000;
     width: 600px;
     height: 400px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
 }
 
 .title-bar {
     background-color: #1e90ff;
     height: 30px;
     line-height: 30px;
     padding: 0 10px;
     color: #1e90ff;
     cursor: default;
 }
 
 .close-button {
     float: right;
     cursor: pointer;
 }
 
 .close-button:hover {
     background-color: #ff3333;
 }
 
 
 /* עיצוב לחלון החדש */
 .window {
     background-color: #ffffff;
     border: 1px solid #000000;
     width: 600px;
     height: 400px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
 }
 
 .title-bar {
     background-color: #1e90ff;
     height: 30px;
     line-height: 30px;
     padding: 0 10px;
     color: #ffffff;
     cursor: default;
 }
 
 .close-button {
     float: right;
     cursor: pointer;
 }
 
 .close-button:hover {
     background-color: #ff3333;
 }
 
 /* עיצוב לחלון החדש */
 .window {
     background-color: #ffffff;
     border: 1px solid #000000;
     width: 600px;
     height: 400px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
 }
 
 .title-bar {
     background-color: #1e90ff;
     height: 30px;
     line-height: 30px;
     padding: 0 10px;
     color: #ffffff;
     cursor: default;
 }
 
 .close-button {
     float: right;
     cursor: pointer;
 }
 
 .close-button:hover {
     background-color: #ff3333;
 }
 
 
 /* עיצוב לחלון החדש */
 .window {
     background-color: #ffffff;
     border: 1px solid #000000;
     width: 600px;
     height: 400px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
 }
 
 .title-bar {
     background-color: #1e90ff;
     height: 30px;
     line-height: 30px;
     padding: 0 10px;
     color: #ffffff;
     cursor: default;
 }
 
 .close-button {
     float: right;
     cursor: pointer;
 }
 
 .close-button:hover {
     background-color: #ff3333;
 }
 
 
 .window.winamp {
     background-color: #ffffff;
     border: 2px solid #808080;
     border-radius: 6px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     z-index: 9999;
     overflow: hidden;
 }
 
 .window.winamp .title-bar {
     background-color: #202020;
     color: white;
     font-size: 14px;
     font-weight: bold;
     padding: 5px 10px;
     cursor: default;
 }
 
 .window.winamp .title-bar .close-button {
     color: white;
     cursor: pointer;
     float: right;
     font-size: 16px;
     line-height: 16px;
     margin-top: -3px;
 }
 
 .window.winamp iframe {
     width: 100%;
     height: calc(100% - 30px);
     border: none;
 }
 
 #icon-container {
    position: fixed;
    right: 0;
    top: 100px;
    width: 100px;
}

.icon {
    margin-bottom: 10px; /* מרווח בין איקונים */
}


.window {
    position: fixed;
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
    overflow: hidden;
    resize: both;
}

.title-bar {
    background-color: #1e90ff;
    color: #fff;
    padding: 5px;
    cursor: move; /* ניתן להזיז את החלון */
}

.title-bar button {
    float: right;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.content {
    padding: 10px;
}


.fade-in {
    animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

