@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  background-color: #111;
  color: #fff;
}
.glow-text {
  text-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.profile-card {
  background-color: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  transition: all 0.3s ease;
}
.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255,255,255,0.1);
}
#spotify-card {
  background-color: #1DB954;
  color: #191414;
}
.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.skill-bar {
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.1);
}
.skill-progress {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  transition: width 1s ease-in-out;
  font-size: 0.875rem;
}@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  background-color: #111;
  color: #fff;
}
.glow-text {
  text-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.profile-card {
  background-color: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  transition: all 0.3s ease;
}
.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255,255,255,0.1);
}
#spotify-card {
  background-color: #1DB954;
  color: #191414;
}
.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.skill-bar {
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.1);
}
.skill-progress {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  transition: width 1s ease-in-out;
  font-size: 0.875rem;
}
