html {
  scroll-behavior: smooth;
}

.floatlink:hover {
  color: #141414;
}

.floatlink {
  /*box-shadow: 1px 1px 0px 1px #c19a2f, -1px -1px 0px 1px #c19a2f;*/
  width: 39px;
  height: 37px;
  bottom: 50px;
  color: #ffffff;
  font-size: 1.7em;
  text-align: center;
  background-color: rgb(38,191,13);
  border-radius: 10px;
  position: fixed;
  z-index: 1000;
}

.floatlink-en {
  /*box-shadow: 1px 1px 0px 1px #c19a2f, -1px -1px 0px 1px #c19a2f;*/
  width: 39px;
  height: 37px;
  bottom: 50px;
  color: #ffffff;
  font-size: 1.7em;
  text-align: center;
  background-color: rgba(41,41,41,0.6);
  border-radius: 10px;
  position: fixed;
  z-index: 1000;
}

#telegram-link {
  right: 30px;
}

#viber-link {
  right: 80px;
}

#whatsapp-link {
  right: 130px;
  width: 45px;
}

