body {
    margin: 20px;
    background-color: #00000A;
    color: #00FF00;          
    font-family: "Comic Sans MS", cursive;
}


body {
    font-family: 'Press Start 2P', cursive;
}


body {
    margin: 0;
    background-image: url('https://твой-архив.com/retro-landscape.jpg''if");
    background-size: cover;
    background-position: center; 
    background-attachment: fixed;
    font-family: 'Courier New', monospace;
}
#8098ff#00#95b7ffb7ff
.content-block {
    background-color: rgba10, 100, 0, 0.7); 
    color: white;                   
    padding: 30px;                          
    margin: 50px auto;                      
    max-width: 800px;                       
    border-radius: 10px;                    
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);   
}


.window-grid {
    display: flex;
    flex-wrap: wrap;        
    justify-content: center; 
    gap: 30px;          
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.window-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 250px;
}


.retro-window {
    background-color: #c0c0c0;  
    border: 3px solid;
    border-color: #ffffff #808080 #808080 #ffffff; 
    padding: 3px;
    font-family: 'MS Sans Serif', 'Segoe UI', 'Courier New', monospace; 
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    transition: all 0.2s;
}

.retro-window:hover {
    transform: translateY(-5px); 
    box-shadow: 8px 8px 20px rgba(0,0,0,0.4);
    border-color: #ffffe0 #808080 #808080 #ffffe0;
}


.window-title-bar {
    background: linear-gradient(90deg, #000080, #1084d0); 
    color: white;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.window-controls {
    color: #c0c0c0;
    font-size: 16px;
}


.window-content {
    background-color: #ffffff; 
    padding: 15px;
    text-align: center;
    color: #000000;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #808080;
}

.window-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    image-rendering: pixelated; 
}


.window-status {
    font-size: 11px;
    color: #808080;
    margin-top: 10px;
    border-top: 1px solid #c0c0c0;
    padding-top: 5px;
    width: 100%;
}

