@import url("/css/site.css");

main {
    justify-content: center;
}
#birthdate-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    input[type="submit"] {
        margin-top: 1rem;
        background-color: cadetblue;
        color: white;
        border-radius: .5rem;
        padding: .5rem 1rem;
        cursor: pointer;
        font-weight: bold;
        border-width: .125rem;
        font-size: large;
    }
}
#birthdate-picker {
    border-width: .125rem;
    font-size: large;
    padding: .25rem .5rem;
    border-radius: .5rem;
    min-width: 12rem;
    border-width: .125rem;
    border-color: cadetblue;
}
a {
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: .5rem;
}