.jeg_share_button .fa {
color: #17f018;
}


.jeg_logo_img {
max-height: 100px !important;
}


.blink {
  animation: blink 0.7s steps(2, start) infinite;
  -webkit-animation: blink 0.7s steps(2, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

firatext {
font-family: "Fira Mono", Helvetica,Arial,sans-serif !important;
}


#discord-icon vc_icon_element-icon far fa-circle {
  opacity: 0 !important;
}


#discord-icon {
  background-position: 50% 50% !important;
}


.github-embed {
  background-color:black !important;
}



