.LOGO{
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    color: black;
}
.BST{
    margin: 10px;
    height: auto;
    text-align: center;
}
/* .BST li:hover{
    background-color: white;
} */
.BST li a{
    color: black;
    text-decoration: none;
}
/* .BST li:hover>a{
    color: rgb(134, 179, 237);
} */
.LOGO li a:hover{
    color: rgb(134, 179, 237);
}