.buddy{
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.line{
  float:left;
  display:block;
  max-width:75%;
  max-height:50%;
  opacity:0.9;
}
.windowLindow{
  float:left;
  display: inline-flex;
  max-width:100%;
  max-height:25%;
  background-color: #67449b;
  background-image: url('/texture.png');
  background-position: center;
  background-size: 100%;
  border: 2px solid #f1d663;
  border-radius: 5px;
  margin: 8% 1% 0% 1%;
  opacity:0.9;
}

.taskBar{
  padding:1% 5% 1% 5%;
}

img{
  padding:2% 3% 2% 3%;
  max-width:10%;
  max-height:50%;
}

.tbarPics{
  margin:2% 5% 0% 5%;
  width:25%;
  max-height:100%;
}

body{
  background-color:#050505;
  background-image: url('https://files.catbox.moe/g0lbis.jpg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
