:root {
  --bg: #0f1724;
  --glass-border: rgba(255, 255, 255, 0.06);
  --shadow-hover: rgba(71, 197, 255, 0.874);
}
canvas {
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000624;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 20px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
body {
  background: radial-gradient(
      ellipse at 10% 10%,
      rgba(124, 58, 237, 0.15),
      transparent 10%
    ),
    radial-gradient(
      ellipse at 90% 90%,
      rgba(14, 165, 233, 0.08),
      transparent 10%
    ),
    var(--bg);
  color: white;
  justify-content: center;
  justify-items: center;
  margin:0;
  width: 100%;
  height: 100%;
}
.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.judul {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Cal Sans";
  font-size: 1.5em;
}
.desk {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Poppins";
}
.center {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1em;
}
p {
  font-family: "Poppins";
  text-align: left;
}
a {
  font-family: "Poppins";
  justify-content: left;
  text-align: left;
  color: white;
}
.container {
  opacity: 0.5;
  background-color: rgba(75, 93, 109, 0.436);
  margin-top: 10px;
  z-index: 1;
  margin: 15px;
  max-width: max-content;
  max-height: max-content;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  border: 3px solid var(--glass-border);
  border-radius: 35px 35px 35px 35px;
  box-shadow: 6px var(--shadow-hover);
}
.materi {
  max-width: max-content;
}
.container:hover {
  transition: all ease-in-out 0.4s;
}
.judul:hover {
  transition: all ease-in-out 0.4s;
  text-shadow: rgb(0, 132, 255) 2px 2px 2px;
}
footer {
  font-size: 0.8em;
}
