@mixin btn { width: 4rem; height: 4rem; display: inline-flex; justify-content: center; align-items: center; padding: 0; background: none; border: none; &:active { color: currentColor; box-shadow: none; } }