blockquote {
  border-left: solid;
  padding-left: 1em;
}
body {
    background-image: url("/images/bg.gif");
    margin: 5vw;
    max-width: 44em;
}
body, input {
    font-family: /*system-ui,*/ 'Comic Sans MS', Helvetica, sans-serif;  
    background-color: #111111;
    color: #fffff8;
}
input:invalid {
    background-color: rgba(255, 57, 156, .4);
}
a { color: rgb(255, 57, 156) }
a:visited { color: rgb(212, 97, 255)}
a:hover {
    text-decoration-style: wavy;
    text-underline-offset: 0.5ex;
    text-decoration-thickness: 0.2ex;
}
ins > * { background-color: rgba(0, 255, 0, 0.4); text-decoration: none; }
del > * { background-color: rgba(255, 0, 0, 0.4) }
aside {
    font-style: italic;
    margin-inline: 1rem;
    padding-inline: 1rem;
    border-width: 0.2rem;
    border-color: #fffff8;
    border-style: dotted;
    border-radius: 1rem;
}