

#main{
	width: 100%;
	height: 100vh;
	background: #0008;
	position: absolute;
	top: 0;
	left: 0;
	display: none;



}
#pop-up{
	text-align: center;
	width: 400px;
	height: auto;
	background: #ffffff;
	box-sizing: border-box;
	padding: 20px;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
