#age-gate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#age-gate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0c0c0c;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #f56a6a;
}


#confirm-age {
    margin-top: 20px;
    background-color: #0f5014;
}

#deny-age {
    margin-top: 20px;
    background-color: #560c0c;
}
