.has-text-green {
    color: #228B22 !important;
}

.box.has-green-border {
    border: 2px solid #228B22;
    border-radius: 8px;
    background-color: #f5fff5;
}

.button.is-green {
    background-color: #228b22;
    color: white;
    border-radius: 8px;
}

.button.is-green:hover {
    background-color: #1e7a1e;
}