body {
	margin: 0;
	font-family: sans-serif;
	transition: background 0.3s, color 0.3s;
}

ul {
	margin: 10px 0;
	padding: 0;
	border: 1px solid #ccc;
	max-width: 200px;
}

li {
	list-style-type: none;
	padding: 8px;
	cursor: pointer;
}

li:hover {
	background: #f0f0f0;
}

#status {
text-align: center;
min-height: 20px;
margin-top: 15px;
font-weight: bold;
}

.theme-light {
	background: #ffffff;
	color: #000000;
}

.theme-dark {
	background: #1e1e1e;
	color: #ffffff;
}

.theme-solarized {
	background: #fdf6e3;
	color: #657b83;
}

.theme-dracula {
	background: #282a36;
	color: #f8f8f2;
}
