.age-gate {
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-right: 20%;
    justify-content: flex-end;
    align-items: center;
}
.age-gate-form{
    margin:0 20%;
    
}
.age-gate-form button{
    margin-top:20px;
    padding: 5px 20px;
    border: 1px solid #b96628;
    background: transparent;
    box-shadow: 0 0 0 2em #b96628 inset;
    color: white;
}
.age-gate-form button:hover{
    margin-top:20px;
    padding: 5px 20px;
    border: 1px solid #a45418;
    background: transparent;
    box-shadow: 0 0 0 2em #a45418 inset;
    color: white;
}



.age-gate-heading{
    display:none;
}