body {
    margin: 0;
    padding: 0;
    background-image: url(background.avif);
    background-size: cover;
}

div {
    padding: 1%;
    border-radius: 20px;
}

#login {
    position: fixed; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
}

#topbar {
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0px;
    font-weight: bold;
    font-size: larger;
    color: aliceblue;
    padding: 0 1%; 
    box-sizing: border-box;
}

#apps {
    display: flex;
    flex-direction: column;
    margin: 5% 1%;
    flex-wrap: wrap;
    height: 85vh;
    width: 95vw;
}

.app {
    height: 8vh;
    width: 8vh;
    margin: 1vh;
    border: none;
    border-radius: 50px;
}

.window {
  position: absolute;
  left: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
  padding: 1%;
}

.windowheader {
  background-color: #eee;
  cursor: grab;
  user-select: none; 
  text-align: center;
  padding: 0;
  height: 3vh;
}

.window {
    display: none;
    position: fixed; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    height: 30vh;
    width: 30vw;
}

iframe {
    height: 90%;
    border: none;
}

#compositeswindow {
    height: 70vh;
    width: 70vw;
    
}

#textico {
    background-image: url(textico.webp);
    background-size: cover;
}

#folderico {
    background-image: url(folderico.png);
    background-size: cover;
}

#instaico {
    background-image: url(instaico.jpg);
    background-size: cover;
}

#githubico {
    background-image: url(githubico.png);
    background-size: cover;
}