body {
    
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
    font-family:Encode Sans, Noto sans;
}

.topbar {
    padding:1px;
    display: flex;
    justify-content: space-between;
    margin: 1px;
    position: absolute;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(25, 7, 245, 0.26);
}
.welcomeopen{
    cursor: pointer;
    font-size: small;
    color: aliceblue;
    background-color: blueviolet;
    backdrop-filter: blur(5px);
    padding:3px;
    border-radius: 3px;
    margin: 5px;
}

.window{
    position: absolute;
    top: 110%;
    left: 50%; 
    transform: translate(-50%, -50%);
    padding:10px;
    border: solid;
    width: 400px;
    border-radius: 6px;
    border-color: aliceblue;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 152, 253, 0.387);
}

.welcomeheader{
    border-radius: 3px;
    margin:1px;
    background-color: rgba(137, 43, 226, 0.458);
    color: aliceblue;
    border-radius: 1px;
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(10px);
}

.selected{
    background-color: rgb(147, 191, 228);
    backdrop-filter: blur(10px);
    border-radius: 6px;
}

.windowcloseicon{
    padding: 0px 5px;
    cursor: pointer;
    margin: 0px;
    background-color: red;
    border-radius: 3px;
}

.windowtitle{
    padding:1px 5px;
    font-size: small;
    margin: 1px;
}

.desktopicon{
    text-align: center;
    padding: 10px;
    backdrop-filter: blur(10px);
    width:fit-content;
}

.iconimage{
    width:64px;
    height: 64px;
    border-radius: 10px;
}

.icontext{
    margin:0px;
    color:aliceblue
}

.wallpaper{
    height:60px;
    width:106px ; 
    padding: 10px;
}