
.sendb {
  font-size: 120%;
  background-color: #1df900;
  color: #000000;
  border-radius: 4;
  padding: 16px 18px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-style: solid;
  border-color: blue;
  transition-property: color, transform;
}

.snedb:hover {
    color: #FF5733;

}

.twitter {
 margin-bottom: 10px;
 width: 45px;
 height:60px;
 display:block;
 background:transparent url('/img/Icon_twitter_blue.png') center top no-repeat;
}

.twitter:hover {
   background-image: url('/img/Icon_twitter_red.png');
}

.telegram {
 margin-bottom: 10px;
 width: 45px;
 height:60px;
 display:block;
 background:transparent url('/img/Icon-Telegram-bl.png') center top no-repeat;
}

.telegram:hover {
   background-image: url('/img/Icon-Telegram-red.png');
}

.facebook {
 margin-bottom: 10px;
 width: 45px;
 height:60px;
 display:block;
 background:transparent url('/img/Icon_facebook_blue.png') center top no-repeat;
}

.facebook:hover {
   background-image: url('/img/Icon_facebook_red.png');
}
.in {
 margin-bottom: 10px;
 width: 45px;
 height:60px;
 display:block;
 background:transparent url('/img/Icon_in_blue.png') center top no-repeat;
 }

.in:hover {
   background-image: url('/img/Icon_in_red.png');
}
.user {
 margin-bottom: 20px;
 width: 45px;
 height:60px;
 display:block;
 background:transparent url('/img/Icon_user_blue.png') center top no-repeat;
}

.user:hover {
   background-image: url('/img/Icon_user_red.png');
}
.google {
 margin-bottom: 20px;
 width: 45px;
 height:60px;
 display:block;
 background:transparent url('/img/Icon_google_blue.png') center top no-repeat;
}

.google:hover {
   background-image: url('/img/Icon_google_red.png');
}
 /* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 18px;
  left: 0px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 0px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
} 