h6 i {
    font-weight: lighter;
}
h6 {
    margin-bottom: 3rem;
}
.card {
    width: 19rem;
    padding: 0rem;
    margin-top: 1rem;
}
.card:last-of-type {
    padding-bottom: 2rem;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%; 
}
.space {
    height: 4rem;
}
.footer p {
    background-color: white;
    margin-bottom: 0rem;
    padding: 0.5rem 0rem;
}