#age-gateway {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 20px;
}

#age-gateway form {
    display: inline-block;
    margin-top: 20px;
}

#response-message {
    margin-top: 20px;
    font-weight: bold;
}

select {
    padding: 5px;
    font-size: 16px;
    margin: 5px;
}

button {
    padding: 10px 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}
#age-form button{
    margin-top:40px;
}