#hole {
	border-radius: 50%;
	position: absolute;
	box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.85);
}
#hollowText {
	display: block;
	position: relative;
	width: 100%;
    	margin: 0 25%;
    	width: 50%;
	text-align: center;
	border: 1px solid black;
	border-radius: 10px;
	color: white;
}
.modal {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}
.close {
	color: #000000;
	float: right;
    	margin-right: 15px;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
