/* Example: Center modal text (customize as needed) */
#ageConfirmModal .modal-body p {
    text-align: center;
  }
  

  .modal-header{
    justify-content: center!important;

  }


  .modal-header h5{

      text-align: center;
    font-size: 20px;
}

.age-confirm-image-wrapper img {
    max-width: 80px;
 }

 .modal-footer{
    justify-content: center!important;

 }

 .modal-footer button {
    font-size: 14px;
    font-weight: 400;
}