body {
    font-family: 'Arial', sans-serif;
    background-color: #0d1117;
    color: #c9d1d9;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

header {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    border-bottom: 5px solid #ffffff;
    position: relative;
}

.avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}

h1 {
    font-size: 3rem;
    margin: 0;
    color: #ffffff;
}

.tagline {
    font-size: 1.5rem;
    color: #d1d7e0;
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #f59e0b;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #d97706;
}

nav {
    background-color: #161b22;
    padding: 15px 0;
}

nav ul.desktop-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 10px;
}

nav ul li a:hover {
    color: #f59e0b;
    border-bottom: 2px solid #f59e0b;
}

.mobile-menu {
    display: none;
    width: 100%;
    font-size: 1.2rem;
    padding: 10px;
    background-color: #161b22;
    color: #ffffff;
    border: none;
    text-align: center;
}

section {
    padding: 60px 20px;
}

section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

section p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
}

section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section ul li {
    font-size: 1.2rem;
    margin: 10px 0;
}

a {
    color: #f59e0b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #161b22;
    color: #8b949e;
    border-top: 5px solid #ffffff;
}

@media (max-width: 768px) {
    header {
        padding: 60px 0;
    }

    h1 {
        font-size: 2.5rem;
    }

    .tagline {
        font-size: 1.2rem;
    }

    nav ul.desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    nav ul li {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    header {
        padding: 40px 0;
    }

    h1 {
        font-size: 2rem;
    }

    .tagline {
        font-size: 1rem;
    }

    section {
        padding: 40px 10px;
    }

    section h2 {
        font-size: 2rem;
    }
}

/* From Uiverse.io by StealthWorm */ 
.btnm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  overflow: hidden;
  height: 3rem;
  background-size: 300% 300%;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#212121, #212121),
    linear-gradient(
      137.48deg,
      #ffdb3b 10%,
      #fe53bb 45%,
      #8f51ea 67%,
      #0044ff 87%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}

#container-starsm {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}

strongm {
  z-index: 2;
  font-family: "Avalors Personal Use";
  font-size: 12px;
  letter-spacing: 5px;
  color: #ffffff;
  text-shadow: 0 0 4px white;
}

#glowm {
  position: absolute;
  display: flex;
  width: 12rem;
}

.circlem {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circlem:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.circlem:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.btnm:hover #container-starsm {
  z-index: 1;
  background-color: #212121;
}

.btnm:hover {
  transform: scale(1.1);
}

.btnm:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.btnm:active .circlem {
  background: #fe53bb;
}

#starsm {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

#starsm::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#starsm::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#starsm::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#starsm::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStarm {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarmRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

strong {
    color: #ffffff;
}