@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body {
  font-family: 'Pacifico', cursive;
  background: url('giphy-1.webp') no-repeat center center fixed;
  background-size: cover;
}

.bg-pink {
  background-color: #ff69b4 !important;
}

.btn-pink {
  background-color: #ff69b4;
  color: white;
  border: none;
  transition: all 0.3s ease-in-out;
}
.btn-pink:hover {
  background-color: #ff1493;
  transform: scale(1.05);
}

.glitter-text {
  color: #ff69b4;
  font-weight: bold;
  text-shadow: 2px 2px 8px white, 0 0 5px #ff69b4;
  animation: sparkle 2s infinite alternate;
}

@keyframes sparkle {
  0% { text-shadow: 2px 2px 8px white, 0 0 5px #ff69b4; }
  100% { text-shadow: 2px 2px 8px white, 0 0 15px #ff1493; }
}
.page-travaux {
  background: url('giphy.gif') no-repeat center center fixed;
  background-size: cover;
}
.page-bio {
  background: url('The\ legendary\ Ms\ Spears\ 🎀.jpeg') no-repeat center center fixed;
  background-size: cover;
}
.page-contact {
  background: url('giphy-3.gif') no-repeat center center fixed;
  background-size: cover;
}



