.bg-footer {
    background-color:#13063A ;
}

.test {background-image: url(https://source.unsplash.com/featured/1280x720/?technology);
    
}

.digital-card {
    border: 2px solid #007BFF;
    border-radius: 15px;
    transition: 0.3s;
}

.digital-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.workshop-title {
    font-weight: bold;
    color: #007BFF;
}
.trans {
    background-color: rgba(0, 0, 0, 0.247);
}

#galleryContainer img {
            width: 100%;
            height: 200px; /* Adjust this value to your desired height */
            object-fit: cover;
        }
.gall {
            background-image:url(img/back.png);
            background-size: cover;
        }