a{text-decoration: none;}
a.domain{color: #ff1;}
a.index{color: #f1f;}
a:visited{color: #1ff;}
a:hover{color: #1ff;}
a:active{border-bottom: 1px solid #ff1;}
body{
    color: #eee;
    display: flex;
    margin: 0 auto;
    padding: 0 auto;
    align-items: center;
    background-color: #222;
    flex-direction: column;
    font-family: system-ui;
    font-size: 100%;
    justify-content: center;
    overflow-wrap: break-word;
    text-align: center;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}
div.footer, div.header{
    padding: 1rem;
    font-weight: bold;
}
div.footer{font-family: "papyrus";}
div.header{font-family: "copperplate";}
span.copy:after{content: "\00a0";}
span.copy:before{content: "\00a0";}
