@import "../../styles/variables";

.button {

  background-color: $duda-green;
  &:hover {
    background-color: $duda-green-light;
  }
}