Birth Date:
* The year here is 365/366 days and the month here is 28/29/30/31 days, that means your birthday may not mean you will be 0 days old.
**Don't worry I will not share your input.
#main_container { width: 100%; margin: 0px; margin-left: auto; margin-right: auto; padding: 30px; border-radius: 20px; } #birth_date_input, #age_container { text-align: center; margin: 20px; margin-left: auto; margin-right: auto; } #age_container { box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; margin: 40px 5px; padding: 20px; border-radius: 5px; font-weight: bolder; background: white; font-size: 20px; line-height: 40px; } #birth_date { border-radius: 2px; border-color: #3b5997; } .bubbly-button { background-color: #204ecf; border-radius: 5px; font-size: 15px; padding: 10px 0px 10px 0px; margin-left: 5%; width: 90%; cursor: pointer; } .post-title { text-align: center; }