/*
 * Custom styles for Kelas.ai CMS.
 *
 * This stylesheet can be used to override or extend the
 * default Bootstrap styles. Feel free to customize the
 * color scheme, typography and layout to match the Kelas.ai brand.
 */

body {
    background-color: #f8fafb;
}

.navbar-brand {
    font-weight: bold;
}

.card-img-top {
    object-fit: cover;
    height: 200px;
}

.card-text {
    min-height: 60px;
}

.display-5 {
    font-weight: 600;
}