.private-content {
    font-family: 'KnockoutHTF53Heviweight' !important;
    padding: 2em;
}

.age-check {
    font-family: 'KnockoutHTF53Heviweight' !important;
    color: green !important;
}

.private-content input {
    background-color: white !important;
    border-radius: 3px !important;
    padding: 0.5em 1em !important;
    color: black !important;
    font-family: 'KnockoutHTF53Heviweight' !important;
    max-width: 120px !important;
    font-size: 1.25rem !important;
}

#age-restricted-submit {
    background-color: rgb(0, 153, 91) !important;
    max-width: none !important;
}

#age-restricted-submit:hover {
    background-color: white !important;
}