@mixin normal-shadow($color) {
  box-shadow: 2px 2px 7px $color;
}