@mixin linear-gradient($degree, $primary-color, $secondary-color) {

color: $white;
background: linear-gradient($degree, $primary-color, $secondary-color);

}