.colorLight {
	width: 140px;
	height: 450px;
	border-radius: 20px;
	background: black;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 20px;
	text-align: center;
	font-size: 20px;
}
.red {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	padding: 20px;
}
.yellow {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	padding: 20px;
}
.green {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	padding: 20px;
}
p {
	margin: auto;
	text-align: center;
}