body{
    background-image: url(images/bio/background.PNG);
    background-size: cover;
}

.desktop-icon{

    width: 80px;
    

    position: relative;
    top: 50px;
    left: 50px;
}

.desktop-icon p{
    position: relative;
    top: -55px;
    left: 30px;
    text-align: center;

}

.window{
    width: 400px;

    overflow: hidden;
}

.window-body{

    position: relative;

}

.draggable-image{

  cursor: move;

  width: 100%;

  user-select: none;

  -webkit-user-drag: none;

  user-select: none;

   
}

.home{
  position: absolute;
  
  left: 1200px;
  top: 1px;
}

.home:hover{
  filter: drop-shadow(0 0 10px rgba(0, 102, 255, 0.8));
}

.taskbar{

    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 5%;

    background: linear-gradient(rgb(48, 48, 255), rgb(25, 151, 255));

    padding: 4px;

}

.taskbar img{
  position: absolute;

  width: 100px;
}

.clock {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    font-size: 20px;

    letter-spacing: 1px;
   


}

.realme-window{

    position: absolute;

    top: 20px;
    left: 300px;

    width: 850px;
    height: 580px;

}

#gallery-window{
  position: absolute;

  top: 64px;
  left: 200px;

  width: 650px;
  height: 330px;
}

#real-window{
  position: absolute;

  top: 30px;
  left: 300px;

  width: 650px;
  height: 560px;
}

#rme{
  position: absolute;

  top: 30px;
  left: 200px;

  width: 550px;
  height: auto
}

#info-window{
  position: absolute;

  top: 300px;
  left: 980px;

  width: 650px;
  height: 280px;
}

.window-body p{
  text-align: left;
  font-size: 14px;
}