export default class Title extends Component {

  createClassName() {
    return [styles.title, styles[this.props.size], this.props.className].join(' ').trim();
  }