html, body, a {
    margin: 0;
    padding: 0px;
    background-color: #3d3c3c;
    color: #e5e5e5;
}

#age-content {
    width: 600px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 50px auto 0 auto;
    text-align: center;
    padding: 10px;
    /* padding-bottom: 25px; */
}

#age-content #title {
    /* border-bottom: 1px solid #e5e5e5; */
    margin: -10px;
    margin-bottom: 10px;
    font-size: 30px;
}

#age-content h2 {
    font-weight: bolder;
    font-size: 25px;
    margin: 0;
}

#age-content h3 {
    margin: 0;
}

#age-content > hr {
    border-style: dashed;
    border-color: #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
}

#age-content > hr.normal {
    border-style: solid;
}

#age-content .dob {
    font-size: 20px;
}