.xp-window {
    width: 1000px;
    border: 2px solid #1e5640;
    border-radius: 6px 6px 4px 4px;
    background: #96aaa2;
    box-shadow: 10px 10px 12px #0004;
    margin: 40px auto;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    overflow: hidden;
}
.xp-titlebar {
    background: linear-gradient(to bottom, #18b694 0%, #1a483d 100%);
    color: white;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #093c2d;
}
.xp-title {
    letter-spacing: 1px;
}
.xp-buttons {
    display: flex;
    gap: 4px;
}

.xp-min { 
    background: #e20303;
    width: 16px;
    height: 16px;   

}
.xp-max { 
    background: #88ff00;
    width: 16px;
    height: 16px;   

}
.xp-content {
    background: #61806d;
    color: #222;
    font-size: 15px;
    color: black;
}
/* DISCOGRAPHY CSS */
.xp-window-discog {
    width: 1300px;
    border: 2px solid #1e5640;
    border-radius: 6px 6px 4px 4px;
    background: #96aaa2;
    box-shadow: 10px 10px 12px #0004;
    margin: 40px auto;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    overflow: hidden;

}
.xp-content-discog{
    background: #61806d;
    color: black;
    overflow-x: auto;      
    white-space: nowrap;   
    width: 100%;           
}
.xp-content-discog img{
    box-shadow: 2px 2px 8px #0006;
    padding: 0;
    margin: 0;
    width: 400px;
    height: 340px;
    margin: 15px;
    border-radius: 15px;
}
p{
    margin: 0;
}