html, body {
    background-color: #f1f1f1 !important;
}
.is-primary {
    background-color: #2c4975 !important;
}
.hand:hover {
    cursor: pointer;
    cursor: hand;
}
.btn-toggle {
    opacity: .3;
    padding-left: 20px;
}

.card-equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}