
.ghover {
    transition: color 2s ease;
}

.ghover:hover,
.ghover:hover a {
    color: #1d930d !important;
}
</style>