@charset "utf-8";
/* CSS Document */
/*.lightbox{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	justify-content: center;
	align-items: center;
}

.lightbox-image{
	width: 40%;
	
	border: 2px solid white;
}

.close-button{
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	font-size: 20px;
	cursor: pointer;
}

.n1,.n2,.n3{
	cursor: pointer;
}*/
