*{
    margin: 0;
    padding: 0;
}
body{
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.background{
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-image: url('image/wallpeapr.png'); 
    
    /* 2. These two lines make sure the image stretches to fit nicely */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.icon {
    width: 70px;
    text-align: center;
    color: white;
    cursor: pointer;
    margin-bottom: 20px;
}

.windoll{
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    user-select: none;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    border: solid; 
    width: 500px;
    height: 500px; 
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(237, 232, 232, 0.4);
    display: none;
   
}
.topbar
{
    
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 100%; 
    display: flex; 
    backdrop-filter: blur(10px); 
    background-color: rgba(0, 0, 0, 0.25); 
    color: #fff; 
    justify-content: space-between;
    border-radius: 20px;
}
.welcome{
    
    font-size: 16px;
    padding: 10px;
    
}
.closebutton {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: #EC6B5E;
  border-radius: 16px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  margin-left: 6px;
}
.worckbar{
    left: 97%;
    flex-direction: row;
    position: absolute;
    align-items: center;
    height:100%;
    width: 40px;
    background:rgb(1, 22, 62);
    bottom:0px;
    padding: 0 10px;
}
.notes{
    height: calc(100% - 40px);
    flex: 1; background: rgba(212,175,55,0.05);
    border: 1px solid rgba(212,175,55,0.2); border-radius: 3px;
    color: #d4af37; font-family: Georgia, serif; font-size: 12px;
    padding: 7px 10px; outline: none; transition: border-color 0.2s;
    user-select: text;
}
textarea {
   background: #1e1e1e;
    color: white;      /* or #00ffff */
    width: 100%;
    height: 100%;
    resize: none;
    border: 1px solid #020d34;
    border-radius: 8px;
    padding: 10px;
    caret-color: white;
}
.files{
    background: rgba(255,255,255,0.12);
    position: absolute; 
    top: 8%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    border: solid;
    border-width: 1px ; 
    width: 480px;
    height: 30px; 
    box-shadow: 0 10px 30px rgba(237, 232, 232, 0.4);
}
.font{
    font-family: Courier, monospace;
    font-size: medium;
    color: #020d34;
}
.filesf{
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    user-select: none;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    border: solid; 
    width: 500px;
    height: 500px; 
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(237, 232, 232, 0.4);
}
.back{
  margin-top: 16px;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid rgb(4, 4, 71); 
}
.music{
    background: rgba(1, 17, 73, 0.12);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    user-select: none;
    position: absolute; 
    top: 30%; 
    left: 70%; 
    transform: translate(-50%, -50%); 
    border: solid; 
    width: 450px;
    height: 550px; 
    border-radius: 10px;
    border: #020d34;
    box-shadow: 0 10px 30px rgba(75, 123, 255, 0.4);

}
.musicbutton{

    width: 100px ;
    height:70px;
    position: fixed;
    background: rgba(0, 251, 255, 0.4);
    color: aqua;
    top:85%;
    left: 68%;
}
.clack{
    position: absolute;
    top: 75% ; 
    left: 50% ;
    color: #c7ccdc;
    font-size: 60px;
}
.folder-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
}
.music img {
    margin-top: 30px;
    margin-left:  60px;
    align-items: center;
    top : 50% ;
    left: 40%;
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.songleft
{
    top :440px;
    left: 3%;
    position: absolute;
    align-items: center;
    height:10px;
    width: 400px;
    background:rgb(1, 22, 62);
    border: #020d34;
    border: solid;
}
.songleftin
{
    left: 0%;
    position: absolute;
    align-items: center;
    height:100%;
    width: 0%;
    background:rgb(224, 227, 232);
    
    
}
#intxt{
    display: none;
    flex-direction: column; /* Stacks h1, h2, back button vertically */
    padding: 10px 20px 20px 20px; /* Gives room below the top bar */
    box-sizing: border-box;
}
