/* custom.css */

/* Add your custom styles below */
body {
    padding-top: 60px;
}


/* Example: make card headers bold */
.card-header {
    font-weight: bold;
}