/* Make the dashboard cards darker for better readability */
.card, .grid-item {
    background-color: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(12px) !important;
}

/* Make the text pop with a slight shadow */
.card-title, .card-subtitle, .group-title, .text-xs, .text-sm {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important;
}

/* Center top background alignment */
body {
    background-position: center top !important;
    background-size: cover !important;
}