.custom-link-blue {
  color: blue;
}

.custom-link-blue:active {
  color:blue;
}

.custom-link-blue:hover {
  color:blue;
}

.custom-link-blue:visited {
  color: blue;
}

.custom-link-white {
  color: blue;
}

.custom-link-white:active {
  color:blue;
}

.custom-link-white:hover {
  color:blue;
}

.custom-link-white:visited {
  color: blue;
}


.telegram-icon {
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 9999;
}

.telegram-link {
  display: block;
  background-color: #0088cc;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: background-color 0.3s ease;
}

.telegram-link:hover {
  background-color: #005580;
}
