.d23-overlay {
	background-color: gray;
	background: rgba(150, 150, 150, .8);
	display: block;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.d23-overlay .d23-overlay-content {
	background-color: white;
	display: block;
	font-size: 1.5rem;
	left: 50%;
	padding: 1% 4%;
	position: relative;
	top: 50%;
	transform: translate(-50%);
	width: 60%;
}
