.moms {
    background-color: var(--green); 
}

.moms .button:hover {
    color: var(--green);
}