.shareButtons {
  font-style: italic;
  margin-top: 10px;
  overflow: hidden;
  width: 90px;
  text-align: center;
  box-shadow: 0 15px 15px -10px #888;
}

.shareButtons a {
  position: relative;
  top: 10px;
}

.shareButtons a:hover {
  top: 3px;
  transition: top 0.2s linear;
}