/* .site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
} */
body{
    background-color: #ebeae8;
}
.theme-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.theme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.10) !important;
}

.theme-thumbnail {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    transition: transform 0.3s ease;
}

.theme-card:hover .theme-thumbnail {
    transform: scale(1.03);
}

.site-header-bg {
    background-color: rgb(229 225 225) !important;
}
