body {
	background-color: #f8f9fa;
}

.navbar {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand img {
	max-height: 40px;
}

.navbar .form-inline input {
	border-radius: 0;
}

.navbar .form-inline button {
	border-radius: 0;
}

.card {
	cursor: pointer;
}

.card img {
	object-fit: cover;
}

.modal-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal-body .rounded-circle {
	margin-top: 20px;
}

.modal-body p {
	margin-top: 10px;
	text-align: center;
}

.modal-body button {
	margin-top: 15px;
}

.pagination {
	justify-content: center;
}

.pagination .page-link {
	color: #007bff;
}

.pagination .page-item.active .page-link {
	background-color: #007bff;
	border-color: #007bff;
	color: whitesmoke;
}

.bg-light {
	background-color: #ebedef !important;
}