.DiscordButton {
  height: 10vh;
  width: 20vh;
  background-color: #040ea16c;
  border-color: rgba(255, 240, 255, 0.066);
  color: #ffffff;
  border-radius: 0.5vh;
   display: flex; 
  margin-top: 2vh;


  justify-content: center; 
  margin-right: auto;
  margin-left: auto; 

  width: 80%;
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;

  text-align: left;
  font-size: 3vh;
}

.DiscordButton:hover{
    background-color: #040ea14d;
}

.FacebookButton{
  background-color: #044da16c;
}

.FacebookButton:hover{
    background-color: #045aa14d;
}

.InstagramButton{
  background: linear-gradient(115deg, #f9ce3479, #ee2a7c5c, #6228d761);
}

.InstagramButton:hover{
    background: linear-gradient(115deg, #f9ce3442, #ee2a7c37, #6228d739);
}

.Youtube{
  background-color: #ff000072
}

.Youtube:hover{
    background-color: #ff000031;
}

.Tikotk{
  background-color: #35353578;
}

.Tikotk:hover{
    background-color: #3232324d;
}