.pointer {
    cursor: pointer;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

a {
    text-decoration: none;
}

.background-primary {
    background-color: #105640;
}

.background-secondary {
    background-color: #38802a;
}

.background-third {
    background-color: #3bcf93;
}

.color-primary {
    color: #105640;
}

.color-secondary {
    color: #38802a;
}

.color-third {
    color: #3bcf93;
}
