

.navbar {
  background-color: #ffffff; 
  border-bottom: 1px solid #f2d6e1;
}

.navbar-brand, .navbar-nav a {
  color: #b05784 !important;
  font-weight: 500;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInBody {
  to {
    opacity: 1;
  }
}

.hashtag {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 600;
  font-family: 'Comfortaa', cursive;
  background: linear-gradient(to right, #b05784, #d67ca5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.hashtag:hover {
  transform: scale(1.1);
  text-shadow: 0 0 5px #f8bbd0;
}

.navbar-brand {
  font-family: Arial, sans-serif;
  font-weight: 600;
  color: #b05784 !important;
}

.nav-link {
  font-family: Arial, sans-serif; 
  font-weight: 600;
  color: #b05784 !important;
}

.babyblue-highlight {
  display: inline-block;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  color: #89CFF0; 
  transition: transform 0.2s ease, text-shadow 0.2s ease;
  cursor: default;
}

.babyblue-highlight:hover {
  transform: scale(1.1);
  text-shadow: 0 0 5px #aee6ff;
}



.gold {
  color: #FFD700; 
  font-weight: 700;
}

.silver {
  color: #8A8A8A; 
  font-weight: 700;
}

.bronze {
  color: #CD7F32; 
  font-weight: 700;
}

.pink-highlight {
  display: inline-block;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  color: #b05784; 
  transition: transform 0.2s ease, text-shadow 0.2s ease;
  cursor: default;
}

.pink-highlight:hover {
  transform: scale(1.1);
  text-shadow: 0 0 5px #f8bbd0; 
}

.black-heading {
  color: #000000; 
}

