/* here you can put your own css to customize and override the theme */
.card-container {
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    padding: 20px;
}

.font-grey-custom {
    color: #616161 !important;
}

.font-red-haze {
    color: #f36a5a;
}