Custom CSS does not work.
And by choosing I can only choose one style but not big title and grey background for example.
/* Style light */
.box.light {
background: #f8f8f8;
padding: 20px!important;
}
/* Style my_class */
.box.my_class {
your rules
}