@charset "utf-8";

#gaeBolg {
  position: fixed;
  z-index: 3;
  bottom: 20px;
  right: 20px;
  font-size: 1.618em;
}
#gaeBolg i {
  font-style: normal;
}
#gaeBolg .fa-stack-2x {
  color: white;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
#gaeBolg i.fa-stack-2x:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
}
#gaeBolg .fa-stack-1x {
  color: darkorange;
}
#gaeBolg i.fa-stack-1x:before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}
