body {
    margin: 2rem;
    background-color: #f5f5f5;
}

h1 {
    margin-bottom: 1rem !important;
}

p {
    line-height: 1rem;
    font-weight: lighter;
}

thead {
    position: sticky;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

th {
    color: white !important;
    background-color: #343a40 !important;
}

th > img {
    max-width: 14rem;
    max-height: 5rem;
}

body > table > thead > tr > th:nth-child(1) {
    border-top-left-radius: 0.5rem;
}

body > table > thead > tr > th:nth-child(4) {
    border-top-right-radius: 0.5rem;
}

#cdate-logo {
    width: 12rem;
}

#be2-logo {
    width: 17rem;
}

#as-logo {
    width: 13rem;
}

#d30-logo {
    width: 11rem;
}

#d40-logo {
    width: 13rem;
}

#d60-logo {
    width: 15rem;
}

.bi-check {
    color: forestgreen;
    font-size: 1.5rem;
}

.ideal-age {
    font-size: 1.2rem;
}

.years {
    display: none;
}

@media only screen and (max-width: 760px) {
    .ideal-age {
        font-size: 1rem;
    }

    .years {
        display: inline-block;
    }

    .card-title {
        text-align: center;
    }
}
