.age-gate-heading.age-gate-logo {
    display: none;
}
.age-gate-form-section {
    display: flex;
    flex-direction: column;
}
.age-gate-submit {
    background: black;
    font-size: 40px;
    border: 0;
}
.age-gate-input {
    color: black;
}
.age-gate-error-message {
    margin: 0 0 20px;
    font-size: 30px;
}
.age-gate-form {
    max-width: 96%;
}