.demo-banner {
  background: #bf5af2;
  color: white;
  text-align: center;
  padding: 12px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  z-index: 9999;
  position: relative;
}
.demo-banner a {
  color: white;
  text-decoration: underline;
  margin-left: 10px;
}
