@keyframes glowPulse {
  from { text-shadow: 0 0 10px #ffc107; }
  to { text-shadow: 0 0 30px #ff6b00, 0 0 40px #ffc107; }
}
/* style.css - Main custom styles */
@import url('animations.css');

/* Your existing custom styles below */
body {
  background: linear-gradient(135deg, #121212, #1e1e1e);
  min-height: 100vh;
}

.card {
  border-radius: 20px;
  overflow: hidden;
}

.display-1, .display-3, .display-5 {
  font-weight: 900 !important;
}

/* Add more custom styles here */
.footer{
    font-weight: 900 !important;
}