  .lancerheader {
      font-family: "Arimo", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
}
  body{
font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-style: normal;
    /* trans rights are human rights */
    background:linear-gradient(120deg, #bfe9ff 0%, #ffd6ea 50%, #e7d6ff 100%);
    background-size:200% 200%;
    animation:shift 14s ease-in-out infinite;
  }
  
    body h4{
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  }
  

.sticky-link{
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  background: #ffd6ea;
  color: #2B7FFF;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-family: system-ui, Arial, sans-serif;
}
.sticky-link:focus,
.sticky-link:hover{ opacity: 0.95; }
