*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    cursor: url('/img/C.png'),pointer;
    image-rendering:pixelated;
    font-variant-ligatures:discretionary-ligatures contextual common-ligatures;
    font-feature-settings: "ss17", "cv01","cv02","cv22","cv48";
    font-variant-numeric: lining-nums;
}
body{
    background-image: url("/img/bg.png");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
div{
    background-color: black;
    color:white;
    width: 90%;
    font-family: junicode,zen, nullpunktsenergie;
    font-size: 13pt;
    margin: 0 auto;
}
a{color:white;
    cursor: url('/img/S.png'),text;
text-decoration-line: none;}
    
.ayrac{
    height: 1px;background-color: white;margin:1lh auto;text-align: center;width: 95%;
}
@font-face {
    font-family: junicode;
    src: url(/css/fonts/JunicodeVF-Roman.woff2);
}
@font-face {
    font-family: zen;
    src: url(/css/fonts/ZENANTIQUESOFT-REGULAR.TTF);
}
@font-face {
    font-family: nullpunktsenergie;
    src: url(/css/fonts/nullpunktsenergiefont-Regular.ttf);
}