@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);.servers{margin-top:95px}.servers .discord{display:flex;justify-content:space-around}.servers .discord .channel{width:20%;background:#2f3136;border-radius:10px}.servers .discord .channel .name{padding:10px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);font-style:italic}.servers .discord .channel .list{display:flex;flex-direction:column;overflow-y:scroll;height:600px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.servers .discord .channel .list .item{cursor:pointer;padding:15px}.servers .discord .channel .list .item:hover{background:rgba(0,0,0,.226)}.servers .discord .channel .list:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.servers .discord .channel .list::-webkit-scrollbar{width:0;height:0;visibility:hidden}.servers .discord .chat{width:50%;background:#36393f;border-radius:10px}.servers .discord .chat .name{padding:10px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);font-style:italic}.servers .discord .chat .list{display:flex;flex-direction:column;overflow-y:scroll;height:600px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.servers .discord .chat .list .item{cursor:pointer;display:flex;padding:10px}.servers .discord .chat .list .item .left .avatar img{width:40px;border-radius:50%}.servers .discord .chat .list .item .right{display:flex;flex-direction:column;margin-left:10px}.servers .discord .chat .list .item .right .username{margin-bottom:5px}.servers .discord .chat .list .item .right .content{font-family:Roboto,sans-serif;font-weight:300;text-align:justify}.servers .discord .chat .list .item:hover{background:rgba(0,0,0,.226)}.servers .discord .chat .list:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.servers .discord .chat .list::-webkit-scrollbar{width:0;height:0;visibility:hidden}.servers .discord .member{width:20%;background:#2f3136;border-radius:10px}.servers .discord .member .title{padding:10px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);font-style:italic}.servers .discord .member .list{display:flex;flex-direction:column;overflow-y:scroll;height:600px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.servers .discord .member .list .role{padding:10px;font-size:20px;font-style:italic}.servers .discord .member .list .profil{cursor:pointer;display:flex;align-items:center;padding:10px}.servers .discord .member .list .profil .avatar img{width:32px;border-radius:50%}.servers .discord .member .list .profil .name{margin-left:10px;font-size:18px}.servers .discord .member .list .profil:hover{background:rgba(0,0,0,.226)}.servers .discord .member .list:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.servers .discord .member .list::-webkit-scrollbar{width:0;height:0;visibility:hidden}