@charset "UTF-8";

body, html {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#popup {
	width: 100%;
	text-align: center;
}

#button_modal {
	height: 0px;
	width: 0px;
	background-color: #ffffff;
	color: #ffffff;
	font-family: helvetica;
	font-size: 20px;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 0px;
}

#modal {
	height: 300px;
	width: 30%;
	background-color: #ffffff;
	font-family: helvetica;
	text-align: center;
	color: #95a5a6;
	position: absolute;
	top: -300px;
	left: 35%;
	transition: 0.5s;
}

#modal h1 {
	padding-top: 60px;
}

#close {
	height: 25px;
	width: 300px;
	background-color: #e74c3c;
	color: #ffffff;
	font-family: helvetica;
	font-size: 20px;
	border: none;
	cursor: pointer;
	margin: 1px;

}

#site1 {
	height: 25px;
	width: 300px;
	background-color: #e74c3c;
	color: #ffffff;
	font-family: helvetica;
	font-size: 20px;
	border: none;
	cursor: pointer;
	margin: 1px;
}

#site2 {
	height: 25px;
	width: 300px;
	background-color: #e74c3c;
	color: #ffffff;
	font-family: helvetica;
	font-size: 20px;
	border: none;
	cursor: pointer;
	margin: 1px;
}