/* Add here all your css styles (customizations) */
/*link whatsapp*/
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:60px;
  right:20px;
  color:#138a2a;
  border-radius:50px;
  text-align:center;
  font-size: 25px;
  
  z-index:100;
}
.my-float{
  margin-top: 10px;
}
