body {
	background: #f5f5f5;
	font-family: 'Segoe UI', Tahoma, sans-serif;
    padding: 2rem; 
    padding-top: 70px; /* adjust to your navbar height */
}

.tm-header {
	background: #0d6efd;
	color: white;
	padding: 12px 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.tm-header-title {
	font-size: 1.3rem;
	font-weight: 600;
}
