:root {
  --lightGrey: #2123269e;
  --darkGrey: #212326e0;
  --lightBlue: #1085e3;
}

html {
  font-family: poppins, sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: white;
  background: rgb(30, 30, 30);
  z-index: 0;
}

#brand {
  height: fit-content;
  width: fit-content;

}

#brand>img {
  margin-top: 25px;
  margin-left: 25px;
  width: 185px;
  height: auto;
  z-index: 10;

}

#homebrand {
  height: fit-content;
  width: fit-content;

}

#homebrand>img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 45%;

}

.fadebox {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 15%;
  left: 50%;
  display: block;
  color: white;
  width: 30%;
  height: auto;
  border-left: solid rgb(40, 70, 100) 8px;
  background: rgb(50, 50, 50);
  padding: 10px;
  border-radius: 3px;
  transition: all 0.25s ease-out;
  box-shadow: 0px 0px 15px rgb(15, 15, 15);
}

.standart-box {
  /*
  box-shadow: 0px 0px 15px rgb(15, 15, 15);
  */

  background: rgb(25, 25, 25);
  box-shadow: 0px 0px 15px rgb(5, 5, 5);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 30px;
  z-index: 1;
}

.button {
  background-color: var(--lightBlue);
  padding: 10px 26px 10px 26px;
  border: none;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}

.button:hover {
  color: white;
  box-shadow: 3px 2px 5px var(--lightGrey);
  filter: saturate(1.3) !important;
  cursor: pointer;
}

#lower {
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  margin-top: 10px;
  margin-bottom: 25px;
}

#lower.static {
  position: absolute;
  bottom: 25px;
  width: 100%;
  margin: 0;
}

#cls {
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;

}

#ic {
  padding: 12px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 8px;
  vertical-align: middle;
  line-height: 100%;
}

#ic:hover {
  color: inherit;
  transition: all 0.5s;
  opacity: 0.5;
}

.fab, .fas {
  vertical-align: middle !important;

}

.fa-twitter {
  background: #55ACEE;
  color: white;
  width: auto;
}

.fa-teamspeak {
  background: #1b5583;
  color: white;
  width: auto;
}

.fa-home {
  background: var(--lightBlue);
  color: white;
  width: auto;
}

.fa-instagram {
  background-color: #833AB4;
  color: white;
  width: auto;
}

.fa-discord {
  background-color: #7289da;
  color: white;
  width: auto;
}

#links {
  text-align: center;
  color: white;
  margin-top: 15px;
}

#links>a {
  text-decoration: none;
  color: white;
}

#links>a:hover {
  color: white;
  opacity: 0.8;
}

#links>span {
  margin-left: 8px;
  margin-right: 8px;
}

h1 {
  font-weight: 600;
}

.box {
  width: 40%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

#invite-button {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

code {
  background: rgb(40, 40, 40);
  display: block;
  margin-bottom: 12px;
  padding: 10px 6px;
  border-radius: 5px;
}

.clip {
  padding-left: 12px;
  width: 16px;
  height: 16px;
}

td {
  padding-right: 12px;
}

td>a:hover {
  opacity: 0.5;
}

code > table {
  font-size: 1.1em;

}

div.top {
  border-top: 5px solid var(--lightBlue);
}

a {
  color: var(--lightBlue);
  word-wrap: break-word;
}

a:hover {
  transition: all 1s;
  color: #f31486;
}

.clip {
  color: var(--lightBlue);

}

.clip:hover {
  transition: all 1s;
  color: #f31486;
  cursor: pointer;
}

#clipboard-icon {
  padding-right: 8px;
}
