.button-blue-off{
    background-color: #94c2ed ;
    color: white;
    font-weight: 800;
}

.button-blue-on{
    background-color: #007bff;
    color: white;
    font-weight: 800;
}

.button-danger{
    background-color: #FF00DA;
    color: white;
    font-weight: 800;
}
