body{background-color: black;}
#pagina{
	    position: absolute;
    left: 500px;
    top: 300px;
    transform: rotate(180deg);
	 white-space: pre
	
}
#glas{height: 200px;
width: 200px;
border-radius: 200px;
background-color:rgba(38, 40, 44, 0.742);
z-index: 200;
transition:background-color 0.5s ease;
position: absolute;
}
#cirkel{   background-color:rgba(235, 235, 235, 0);
    height: 30px;
    width: 30px;
    border-radius: 100px;
    border-width: 20px;
    border-style: solid;
    border-color: rgba(38, 40, 44, 0.386);
position: absolute;
top: 71px;
left: 68px;
transition:background-color 0.5s ease;
}
#staaf{   background-color: rgba(38, 40, 44, 0.384);
    height: 80px;
    width: 25px;
position: absolute;
top: 130px;
left: 90px;
transition:background-color 0.5s ease;
}








#rechthoek{
    background-color: rgb(49, 72, 127);
    height: 50px;
    width: 60px;
position: absolute;
top: 195px;
left: 73px;
}
#cilinder{
    background-color: rgb(10, 10, 84);
    height: 50px;
    width: 60px;
    border-radius: 0PX 0PX 10PX 10PX;
position: absolute;
top: 245px;
left: 73px;}
#bol{  background-color: rgb(10, 10, 84);
    height: 30px;
    width: 30px;
    border-radius: 100px;
position: absolute;
top: 280px;
left: 88px;}

#trans{
    height: 207px;
    width: 102px;
    background-color: rgba(255, 255, 255, 0.47);
    position: absolute;
    border-radius: 0px 100px 100px 0px;
    left: 102px;
    top: -4px;
}
#trans1{
    height: 115px;
    width: 35px;
    background-color: rgba(255, 255, 255, 0.47);
    position: absolute;
    border-radius: 0px 0px 50px 0px;
    left: 99px;
    top: 195px;
}
#container{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: rgba(255, 255, 255, 0.278) 5px solid;
    position: absolute;
    left: 600px;
    top: 200px;
    transform: rotate(180deg);
}
#container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#container input:checked ~ #glas{
    background-color: rgb(255, 196, 0);
}

#light{
    border-bottom: 400px solid transparent;
	border-left: 655px solid transparent;
	border-right: 500px solid transparent;
	height: 116px;
	width: 544px;
z-index: 1100;
position: absolute;
top: 31px;
left: -605px;
transition: 0.5s;
}

#container1{
    border-bottom: 433px solid transparent;
	border-left: 500px solid transparent;
	border-right: 500px solid transparent;
	height: 30px;
	width: 200px;
    transform: rotate(180deg);
position: absolute;
top: -332px;
left: -500px;
}
#container1 input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#container1 input:checked ~ #light{
    background-color: rgba(255, 196, 0, 0.423);
}

#cover{	border-bottom: 220px solid #686868fc;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	height: 30px;
	width: 125px;
transform: rotate(180deg);
position: absolute;
top: 100px;
left: -55px;
z-index: 1000;
}

#touw{background-color: transparent;
    width: 10px;
    height: 30px;
    position: absolute;
    border-radius: 5px;
border: solid 5px gray;
top: 370px;
left: 95px;
}
#touw1{background-color: transparent;
    width: 10px;
    height: 30px;
    position: absolute;
    border-radius: 5px;
border: solid 5px gray;
top: -35px;
left: -5px;
transform: rotateY(55deg);
}
#touw2{background-color: transparent;
    width: 10px;
    height: 30px;
    position: absolute;
    border-radius: 5px;
border: solid 5px gray;
top: -65px;
left: -5px;
transform: rotateY(105deg);
}