/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: fixed;  /* keep fixed to fill screen */
  width: 100%;
  height: 100%;
  z-index: 0;       /* behind everything */
  background-color: #7f0000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* Make sure the canvas inside #particles-js is also behind */
#particles-js canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .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 {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- main layout ---- */
.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}

.social-icons a {
  color: #333;
  font-size: 24px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-3px);
}

.social-icons a.facebook:hover {
  color: #1877f2;
}

.social-icons a.twitter:hover {
  color: #1da1f2;
}

.social-icons a.instagram:hover {
  color: #e4405f;
}

.social-icons a.telegram:hover {
  color: #0077b5;
}

.social-icons a.github:hover {
  color: #333;
}

.social-icons a.email:hover {
  color: #EA4335;
}

.social-icons a.discord:hover {
  color: #5662F6;
}

.content-box {
  background-color: rgb(170 170 170 / 95%);
  border-radius: 15px;
  opacity: 90%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  width: 500px;
}

.logo-container {
  margin-bottom: 2rem;
}

#typewriter-text {
  min-height: 50px;
  font-size: 1.5rem;
  color: #333;
}
