@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;200;300;400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  background-color: #1c1c1c;
  background-image: url("https://www.transparenttextures.com/patterns/dark-matter.png");
}

.lime-glow {
  box-shadow: 0 0 15px 5px rgba(163, 230, 53, 0.3);
}

.lime-glow-hover:hover {
  box-shadow: 0 0 20px 8px rgba(163, 230, 53, 0.4);
}

.text-glow {
  text-shadow: 0 0 8px rgba(163, 230, 53, 0.7);
}

.carousel-container .flex {
  transition: transform 0.5s ease-out;
}

.header a {
  font-family: "IBM Plex Mono", monospace;
}

.ibm-plex {
  font-family: "IBM Plex Mono", monospace;
}

.skills-icons {
  /* display: flex; 
  gap: 25px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin-bottom: -10px;
}

.skills-icons i {
  /* color: #fff; */
  transition: 0.3s;
}
.skills-icons i:hover {
  /* color: rgba(163, 230, 53, 0.7); */
  transform: scale(1.2);
}
