.nav-link{
    background-color: #294851;
    color: black;
}
.tab-content a{
    text-decoration: none;
    font-family:sans-serif;
    font-size: 13px;
    color: rgb(255, 255, 255);
    border: 5px;
}
.tab-content{
    box-shadow: 5px 5px 5px solid black;
    background-color: #294851;
    color: #ffffff;
}
.tab-pane img{
width: 22px;
height: 15px;
}
.nav-item button{
    background-color: aqua;
}

.nav-item button:hover{
  background-color: rgb(50, 49, 49);
  color: #ffffff;
}