#age-verification-popup {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); 
    align-items: center;
    justify-content: center;
    z-index: 10000; 
}

.age-verification-content {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    max-width: 700px;
    margin: auto;
}

.age-verification-content p {
	color:#000;
}

#age-verify-yes {
	background: #000;
}
