body {

	font-family: 'eurostilenormal', Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #555;
	
	margin:0;
	
}

.background{
	
	position:absolute;
	margin:0px;
	left:0px;
	top:0px;
	//width:100%;
	//height:100%;
	overflow-x: hidden;
	z-index:-100;
	

	
	
	
	
}

nav{
	position:absolute;
	text-align:right;
	z-index:100;
}

main{
	
	position:absolute;
	left:-3000px;
	top:-3000px;
	width:100%;
	height:90%;
	text-align:center;
	padding:0px;
	

	
}

#popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}
#popup-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
#close-btn {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #007BFF;
	color: white;
	border: none;
	cursor: pointer;
}
#close-btn:hover {
	background-color: #0056b3;
}


footer{
	
	position:absolute;
	left:-3000px;
	top:-3000px;
	width:100%;
	height:10%;
	
	font-size: small;
	text-align:left;
	padding:0px;
	
	
}