html {min-height: 100vh;background: #e8f7ff linear-gradient(#e8f7ff, #d0e8fd);}
body {
  max-width: 800px;
  margin: 20px auto 100px;
  padding: 10px;
  color: #001559;
  font-family: 'Times New Roman', Times, serif;
}
a {
  color: #0024c3;
  &:visited {color: #0006aa;}
  &[href*=https]:not(:has(img))::after {content: "\2197";}
}
time {font-weight: bold;}
#leciel {
  pointer-events: none;
  position: absolute;
  top: 20px;
  margin-left: 180px;
  width: 600px;
  z-index: -100;
  opacity: .3;
}