@import '../styles/theme.scss';

.tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  line-height: 100%;

  &.small {
    font-size: 28px;
  }

  &.xs {
    font-size: 16px;
  }

  .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
