body {
	background-color: #f8f9fa;
}

.list-group-item {
	font-size: 1.2rem;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}

.list-group-item a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 10px;
}

.list-group-item:hover {
	background-color: #007bff;
	color: white;
}
