.top-bar {
    background:
    -webkit-linear-gradient(left, rgba(60,70,255,1), rgba(255,170,170,1)),
    -webkit-linear-gradient(top, rgba(0,160,160,1), rgba(255,0,255,1)),
    -webkit-linear-gradient(right, rgba(255,0,255,1), rgba(255,0,255,1));
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100 ;
    
}

.top-bar2 {
    background:
    -webkit-linear-gradient(left, rgba(60,70,255,0.3), rgba(255,170,170,0.2)),
    -webkit-linear-gradient(top, rgba(0,160,160,0.3), rgba(255,0,255,0.2)),
    -webkit-linear-gradient(right, rgba(255,0,255,0.3), rgba(255,0,255,0.2));
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -10 ;
    
}


.left-bar {
  background: white;
  width: 10%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9;
  }




.dc-logo {
 background-image: url("mcwiiu_discord.png"); 
}

