.bg-info {
    background-color: #518f9f !important;
}
.btn-info{
    background-color: #518f9f !important;
    border-color: #518f9f !important;
}
.text-info {
    color: #518f9f !important;
}
.border-info {
    border-color: #518f9f !important;
}
.nav-link{
    box-shadow: none;
}
.accordion-button {
    box-shadow: none !important;
    border-style: none !important;
}
.accordion-item {
    border-style: none !important;
    background-color: #f8f9fa !important;
}
.form-control{
    box-shadow: none !important;
}
.list-group-item {
    border-color:  #f8f9fa ;
}
.btn-info {
    color: #f8f9fa;
}

#game-2048 {
    padding-right: 2em;
    text-align: center !important;
}
#game-2048 > a {
    outline: none;
    text-decoration: none;
    color: #518f9f;
}