.card {
    background-color: #ffffff;
    border-radius: 10px;
    font-family: 'Manrope', sans-serif;
    line-height: 0.7rem
}

p,
span,
h6 {
    font-size: 0.8rem
}

.grey {
    color: #bcbbc0
}

a,
a:hover {
    text-decoration: none;
    color: rebeccapurple
}

.purple {
    color: mediumpurple
}

.paid {
    color: #64d1d6;
    font-size: 0.9rem
}

#sp1 {
    height: 30%;
    font-size: 0.75rem
}

.div2 {
    line-height: 0.7rem
}

.light-hr {
    border-top: 0.6px solid rgba(0, 0, 0, .1)
}

*:focus {
    outline: none
}