body {
  background: #000;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.banner {
  background: #000;
}

.banner canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  animation: fadeIn 2s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 0.5; }
}

.card {
  border: none;
  box-shadow: 0 4px 8px rgba(255,255,255,0.1);
}

.modal-content {
  border: none;
}