
body{
    /* background-color: #fff; */
}
.blogs-page{

    /* background-color: #fff; */
background-image: url(https://img.freepik.com/premium-photo/dark-stylish-workplace-with-laptop-computer-office-supplies-black-lather-desk_67155-2959.jpg?w=996);

background-size:cover;
}
        .blog-card {
            border-radius: 10px;
            margin: 1rem !important;
            overflow: hidden;
            position: relative;
            color: white;
            text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
        }
        .blog-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .category-label {
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 5px 10px;
            background-color: rgba(255, 0, 0, 0.8);
            border-radius: 5px;
            font-size: 0.8rem;
        }
        .content-overlay {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
        }
        .blog-title {
            font-size: 1.2rem;
            font-weight: bold;
        }
        .blog-info {
            font-size: 0.9rem;
}

.course-card{
    width: 18rem;
    padding: 8px;
    margin: auto;
    margin-bottom: 2rem;
}
.row a{
    text-decoration: none;
}