.tag button,
h1 {
    color: var(--black);
}
h1,
h5 {
    text-transform: capitalize;
}
.card-title,
.tag button {
    text-transform: uppercase;
}
h1 {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: Inknut Antiqua;
}
.translate-middle {
    z-index: -9;
}
.lead {
    font-weight: bolder;
    font-family: Nunito Sans;
}
.card-title,
.get-strt,
.tag button,
h5 {
    font-weight: 700;
}
.get-strt,
.tag button,
font,
h5 {
    font-family: Inknut Antiqua;
}
.get-strt {
    background: #fee6e8;
    width: 10rem;
    height: 3rem;
    font-size: 0.9rem;
    border-radius: 0.2rem;
}
.tag button {
    width: 5.6rem;
    font-size: 0.8rem;
    border-radius: 0.3rem;
    border: 0.1rem solid var(--pink);
    background: #fee6e8;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
}
.card {
    height: 17rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
}
.card img {
    width: 3rem;
}
.card-title {
    font-size: 1rem;
}
