.lamp {
position: relative;
width: 230px;
height: 330px;
display: flex;
justify-content: center;
}
.glass {
	position: absolute;
	background: #8B4513;
	border: 5px solid #DAA520;
	width: 200px;
	height: 220px;
	border-radius: 80px 80px 100px 100px;
}	
#base{
	position: absolute;
	background: #808080;
	border: 5px solid #000000;
	width: 100px;
	height: 100px;
	margin-top: 215px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.container {
	/*text-align: center;*/
	display: flex;
	justify-content: center;
}
.lamp_on {
	background: #DAA520;
}