	
	.feedback {
  opacity: 0;
  color: white;
  padding: 29px 29px;
  border-radius: 4px;
  border-color: #46b8da;
  
  
}

#mybutton {
  position: fixed;
  z-index: 100000;
  bottom: 10px;
  left: 10px;
  background-image: url("../images/instagram.png");
  background-repeat: no-repeat;
  
}

#mybutton2 {
  position: fixed;
  z-index: 100000;
  bottom: 90px;
  left: 10px;
  background-image: url("../images/fb.png");
  background-repeat: no-repeat;
  
}