* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  src: url("../fontello.ttf") format("truetype");
  font-family: Icons;
}

.main {
  position: absolute;
  background-color: #13111E;
  width: 100%;
  height: 100%;
}

.TitleBox {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 10%;
  width: 50%;
  height: 20%;
  /* background-color: rgba(255,255,255,0.2) ; */
}

#Title {
  font-size: 5vh;
  text-align: center;
  font-family: monospace;
  font-weight: 500;
  color: #ff0062;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* white-space: pre-wrap; */
  line-height: 150%;
  /* letter-spacing: 2px; */
  /* padding: 10%; */
}

#header{
  position: absolute;
  align: center;
  transform: translate(-50%,-50%);
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
}

.linkbox {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 60%;
  width: 45%;
  height: 60%;
  border-radius: 20px;
  background-color: #2825408c;
  box-shadow: 0vw 0vw 20px black;
}

.Twitch {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 20%;
  left: 50%;
}

.Twitter {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}

.YouTube {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 60%;
  left: 50%;
}

.Discord {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 80%;
  left: 50%;
}

#Twitch {
  text-decoration: none;
  font-size: 2.5vh;
  text-align: center;
  font-family: monospace;
  font-weight: 500;
  color: #ff0062;
}

#Twitter {
  text-decoration: none;
  font-size: 2.5vh;
  text-align: center;
  font-family: monospace;
  font-weight: 500;
  color: #ff0062;
}

#YouTube {
  text-decoration: none;
  font-size: 2.5vh;
  text-align: center;
  font-family: monospace;
  font-weight: 500;
  color: #ff0062;
}

#Discord {
  text-decoration: none;
  font-size: 2.5vh;
  text-align: center;
  font-family: monospace;
  font-weight: 500;
  color: #ff0062;
}

.TwitchAnim {
  transform: translate(-50%);
  position: absolute;
  top: 22%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.4s;
  margin: 1%;
}

.Twitch:hover + .TwitchAnim {
  width: 80%;
  background-color: #6441a5;
}

.TwitterAnim {
  transform: translate(-50%);
  position: absolute;
  top: 42%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.4s;
  margin: 1%;
}

.Twitter:hover + .TwitterAnim {
  width: 80%;
  background-color: #1da1f2;
}

.YouTubeAnim {
  transform: translate(-50%);
  position: absolute;
  top: 62%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.4s;
  margin: 1%;
}

.YouTube:hover + .YouTubeAnim {
  width: 80%;
  background-color: #fff;
}

.DiscordAnim {
  transform: translate(-50%);
  position: absolute;
  top: 82%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.4s;
  margin: 1%;
}

.Discord:hover + .DiscordAnim {
  width: 80%;
  background-color: #7289da;
}

/* .Tag {
  font-size: 0px;
} */

.IconBox {
  position: absolute;
  margin: 0.3%;
}

.MenuIcon {
  text-decoration: none;
  font-size: 2.5vh;
  font-family: Icons;
  color: #ff0062;
}
