body {
    font-family: 'Spartan';
}

.lightbackground {
    background-color: #f5fffa
}



.lightbackground.pagefont {
    font-size: 22px !important}
.lightbackground.p {
    font-size: 22px}
.spartan {
    font-family: Spartan;}
.divider {
    width: 200px;
    background-color: #78c28d;
    height: 6px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    margin: 19px auto 60px;
}

.card {
    cursor: pointer;}