* {
  direction: rtl;
  box-sizing: border-box;
  outline: none;
  font-family: 'Tajawal', sans-serif;
}

body {
  margin: 0;
  background: #f8f8f8;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  display: flex;

  flex-direction: column;
  flex-wrap: wrap;

  margin: 0 auto;

  width: 100%;
  max-width: 1200px;

  padding: 0 15px;
}

hashtag {
  color: #2baff9;
}
hashtag > a {
  color: inherit;
  text-decoration: inherit;
}

verifiedbadge {
  position: relative;
  display: flex;

  margin: 0 5px;

  width: 20px;
  height: 20px;
}

verifiedbadge::after {
  content: '';
  position: absolute;
  display: flex;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-image: url('../images/icons/verified.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
