.divider-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 208, 36, 0) 0%, rgba(242, 208, 36, 1) 50%, rgba(242, 208, 36, 0) 100%);
  opacity: 0.3;
}

.site-header .text-primary {
  color: #f2d024;
}

.site-header .text-text-muted {
  color: #a0a0a0;
}

* {
  -webkit-tap-highlight-color: transparent;
}
