h2 {
    padding-bottom: 8px;
    text-align: center;
    border-bottom: #604800 solid 2px;
}



.content-body {
    flex-wrap: wrap;
}

#map {
    max-width: 800px;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    border-radius: 15px;
    padding-top: 10px;
}

figcaption {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: #604800 solid 2px;
    font-size: 16px;
}

#age, #days {
    border-bottom: dotted thin;
}

#agetext, #daystext {
    visibility: hidden;
    font-size: medium;
    width: 120px;
    background-color: #00646ed9;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

#age:hover #agetext, #days:hover #daystext {
    visibility: visible;
}

p {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer {
    padding-top: 3000px;
}
