.age-gate-submit-yes, .age-gate-submit-no{
    background-color:#051c45;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 7px 25px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 25px;
    color: #fff;
}
.age-gate-heading {
    display: none;
}
.age-gate-form {
    border-radius: 16px;
}
.age-gate-form p {
    color: #000;
    font-family: "Exo 2", sans-serif !important;    
}
.age-gate-subheading {
    font-size: 32px;
    font-weight: bold;
    color: red;    
}