/* public/css/style.css */
body {
	background-color: #f8f9fa;
}
.card {
	border-radius: .75rem;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.card-header {
	background-color: #007bff;
	color: white;
	border-top-left-radius: .7rem !important;
	border-top-right-radius: .7rem !important;
}
