/* Add custom CSS styles below */ 
.insta-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  color: #E1306C;
  z-index: 999;
  font-family: FontAwesome;
}

.insta-float:before {
  content: "\f16d";
}