/* Custom Styles */
body {
    background-color: #f8f9fa;
}
.learning-module {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.card-space {
    transition: transform 0.2s;
}
.card-space:hover {
    transform: translateY(-5px);
}
