@mixin btn {
  appearance: none;
  border: none;
  padding: 0;
  font-family: inherit;
  border-radius: 0;
  background: transparent;

  display: flex;
  align-self: center;
  justify-content: center;

  color: inherit;
}
