#age-verification {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.age-modal {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	max-width: 300px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.age-modal h2 {
	margin:15px auto 10px auto;
}

.age-modal button {
	margin: 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	cursor: pointer;
}
