body,h1,h2,p{
	margin: 0px;
	padding: 0px;
}

.container{
	width:800px;
	margin: 0px auto;
	text-align: justify;
}
#main{
	width: 100%;
	height: 100vh;
	background: #0008;
	position: absolute;
	top: 0;
	left: 0;
	display: none;



}
#pop-up{
	text-align: center;
	width: 400px;
	height: 480px;
	z-index:100;
	background: #0066dc;
	box-sizing: border-box;
	padding: 20px;

	position: absolute;
	top: 60%;
	left: 400px;
	transform: translate(-50%,-50%);
}