  
  a { color: #6cc0f5; text-decoration: none; }
  a:hover { color: #9ad6ff; }
  p { text-wrap: pretty; margin: 0; }
  h1, h2, h3, h4 { text-wrap: balance; margin: 0; }
  ul { margin: 0; padding: 0; list-style: none; }
  @keyframes lxRise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

