@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
html,
body {
  margin: 0;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
.social-buttons {
  display: inline-block;
  background: rgba(255,255,255,0.5);
  padding: 20px;
  padding-bottom: 5px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 10px;
  box-shadow: 0px 0px 32px -7px #00199f;
}
/* Helper class to divide the icons */
.social-margin {
  margin-right: 15px;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.social-icon {
  margin-bottom: 15px;
  box-sizing: border-box;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
}
.social-icon:hover {
  transform: scale(1.3);
}
/* Telegram Button Styling */
.telegram {
  font-size: 22px;
  padding-top: 9px;
  border-color: #08c;
  background-color: #08c;
  color: #fff;
}
/* Instagram Button Styling */
.instagram {
  font-size: 22px;
  padding-top: 9px;
  background-color: #e42f6c;
  color: #fff;
  border-color: #e42f6c;
}
/* Discord Styling */
.discord {
  font-size: 22px;
  padding-top: 9px;
  background-color: #4137bd;
  color: #fff;
  border-color: #4137bd;
}
/* Github Button Styling */
.tiktok {
  font-size: 22px;
  padding-top: 9px;
  background-color: #4183c4;
  color: #fff;
  border-color: #4183c4;
}
/* Youtube Button Styling */
.youtube {
  font-size: 22px;
  padding-top: 9px;
  padding-left: 0px;
  background-color: #b00;
  color: #fff;
  border-color: #b00;
}
