#btns{
    background-color: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 15px;
}
#conneList{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#conneList:hover{
    background-color: rgb(223, 223, 223);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#terminalList:hover{
    background-color: rgb(223, 223, 223);
}
#homeBtn{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
#homeBtn:hover{
    background-color: rgb(223, 223, 223);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}