.fa {
  padding: 10px;
  font-size: 20px; 
  height: 40px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-envelope {
  background: #dd4b39;
  color: white;
}    
    
.mydiv{
	position: fixed; 
    left: 0;
	z-index:2;
}