Add custom CSS to further customize the platform's appearance
Note: Custom CSS will override default styles. Use with caution.
.btn-primary {
background-color: #4F46E5;
border-radius: 8px;
padding: 0.75rem 1.5rem;
}.header {
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}