body {
    background-color: black;
}

header {
    margin-top: 0;
}

h1 {

    text-align: center;
    font-size: 100px;

    color: #E7EAE5;

/*     text-shadow: 
        0 0 2px white,
        0 0 5px white,
        0 0 10px white,
        0 0 20px white; */
}

h2 {
  font-family: kanit;
  text-align: center;
  font-size: 40px;

    color: #E7EAE5;

  margin: 5px;

}

p {
  font-family: kanit;
  color: #E7EAE5;;
}

/* .active {
  background-color: #E7EAE5;
  transform: translateY(+3);
} */

.navbar a {
  background-color: white;
  float: left;
  color: black;
  text-align: center;
  margin: 5px;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Kanit;
  border-radius: 8px;
  transition: 0.3s;
}

.navbar a:hover {
  box-shadow: 0 0 24px #eeeeee99,
              0 0 48px rgba(229, 233, 229, 0.3);
  transform: translateY(-5px);
}

.joinserverstyle {
  background-color: rgb(0, 0, 0);
  color: #E7EAE5;
  border: 2px solid #E7EAE5;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-family: Kanit;
  border-radius: 8px;
  transition: 0.3s;
  padding: 3px;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinserverstyle:hover {
    box-shadow: 0 0 24px #eeeeee99,
              0 0 48px rgba(229, 233, 229, 0.3);
}

.box {
  border: 2px solid #333;
  padding: 20px;
  width: 700px;
  max-width: 100%;

  border-radius: 20px;
  background-color: #000000;
  box-shadow: 0 8px 8px #E7EAE5, 0 6px 25px #E7EAE5;

  display: block;
  margin-left: auto;
  margin-right: auto;

  text-align: center;
}

.discord-card {
  border: 2px solid #333;
  padding: 20px;
  width: 400px;
  max-width: 100%;

  border-radius: 20px;
  background-color: #000000;
  box-shadow: 0 8px 8px #E7EAE5, 0 6px 25px #E7EAE5;

  display: block;
  margin-left: auto;
  margin-right: auto;

  /* text-align: center; */
}

.member {
  font-family: Kanit;
  color: #E7EAE5;
  display: flex;
  align-items: center;
}

.member img {
  height: 40px;
  width: auto;
  margin: 5px;
  border-radius: 100%;
}

.voice{
  font-family: Kanit;
  color: #E7EAE5;
}

.v-member {
  font-family: Kanit;
  color: #E7EAE5;
  display: flex;
  align-items: center;
}

.v-member img {
  height: 40px;
  width: auto;
  margin: 5px;
  border-radius: 100%;
}

#statusbox {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}

#statusbox p {
  display: inline-block;
  margin: 0;
}

#toast-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.toast {
  background: #2b2a2a;
  color: #E7EAE5;
  padding: 10px 16px;
  border-radius: 5px;
  font-family: kanit;
  box-shadow: 0 0 24px #eeeeee99,
              0 0 48px rgba(229, 233, 229, 0.3);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;;
  overflow: hidden;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #85BB65;
  width: 100%;
  transition: width 3s linear;
}

.toast.expiring::after {
  width: 0%;
}

.online {
  border: 2px solid #44a80199;
  padding: 5px;
  width: auto;
  max-width: 80%;
  background-color: #39eb0d;
  border-radius: 10px;
  font-size: 30px;

  box-shadow: 0 4px 4px #49a332, 0 8px 20px #5eb349;
}

.offline {
  border: 2px solid #ac000099;
  padding: 5px;
  width: auto;
  max-width: 80%;
  background-color: #e42727;
  border-radius: 10px;
  font-size: 30px;

  box-shadow: 0 4px 4px #ec4e4e, 0 8px 20px #cf6e6e;
}

.players {
  border: 2px solid #fafafa99;
  padding: 5px;
  width: auto;
  max-width: 80%;
  background-color: #E7EAE5;
  border-radius: 10px;
  font-size: 30px;
  
  color: black;

  box-shadow: 0 4px 4px #E7EAE5, 0 8px 20px #E7EAE5;
}

.map {
  height: 700px;
  width: auto;
}

.footer {
  margin-top: 100px;
  background-color: #2b2a2a;
  border-radius: 10px;
}

.footer p {
  font-family: kanit;
  color: #E7EAE5;
  text-align: center;
  margin: 5px;
}

.footer a,
.footer a:visited,
.footer a:active {
  color: green;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

#kezdesmd {
  background-color: #E7EAE5;
  font-family: kanit;
}

#kezdesmd p{
  font-family: kanit;
  color: black;
  margin: 20px;
}

#kezdesmd h1,
#kezdesmd h2,
#kezdesmd h3 {
  font-family: kanit;
  color: black;
  margin: 20px;
  text-align: left;
  text-decoration: underline;
}

.orfkplakat {
  width: 450px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* KANIT BETŰTÍPUS */

.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}

