#cubeshield-overlay{

	position:fixed;

	top:0;

	left:0;

	width:100%;

	height:100%;

	background:rgba(0,0,0,.90);

	z-index:999999;

	display:flex;

	align-items:center;

	justify-content:center;

}

.cubeshield-overlay-box{

	background:#ffffff;

	padding:40px;

	border-radius:10px;

	text-align:center;

	max-width:500px;

	font-family:Arial,sans-serif;

	box-shadow:0 20px 40px rgba(0,0,0,.4);

}

.cubeshield-overlay-box h2{

	margin:0 0 15px;

	font-size:28px;

	color:#d32f2f;

}

.cubeshield-overlay-box p{

	margin:0;

	font-size:16px;

	color:#555;

}