body {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	background: #111;
	color: white;
	padding: 40px;
}
h1 {
	font-size: 42px;
}
.program {
	background: #1e1e1e;
	padding: 16px;
	border-radius: 12px;
	margin-bottom: 12px;
}
.time {
	color: #999;
}
.channel {
	color: #6ea8fe;
}