@mixin center() {
  display: flex;
  justify-content: center;
  align-items: center;
}


@function toMobile($unit) {
  @return $unit * (13 / 16);
}