body {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.hero {
    background-image: url('static/blog-background.jpg'); /* Puedes añadir una imagen de fondo si lo deseas */
    background-size: cover;
    background-position: center;
}

.card {
    border: none;
}

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

.card-footer {
    background-color: #fff;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.text-muted i {
    margin-right: 5px;
}

.container {
    max-width: 1200px;
}
