/* Cobbled together by the being known as "Kaethonry" [kaethonry.neocities.org] 2025 */
/* THEFT OF THIS CSS IS BOTH AUTHORISED AND ENCOURAGED! JUST STEAL IT! FEEL FREE TO MODIFY THIS AS YOU DESIRE BECAUSE 19TH CENTURY OR EARLY 20TH CENTURY FONTS AND ROYAL WINE COLOUR SCHEMES AREN'T REFLECTIVE OF EVERYONE! */

body {
  background-color: #0f0f4f;
  color: #00005f;
  font-family: Century, "Times New Roman";
}

@font-face {
    font-family: "Kanzlei UNZ1";
    src: url("https://db.onlinewebfonts.com/t/f0646a5863b9c7ac9c850b5e4c7232e6.eot");
    src: url("https://db.onlinewebfonts.com/t/f0646a5863b9c7ac9c850b5e4c7232e6.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f0646a5863b9c7ac9c850b5e4c7232e6.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f0646a5863b9c7ac9c850b5e4c7232e6.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f0646a5863b9c7ac9c850b5e4c7232e6.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f0646a5863b9c7ac9c850b5e4c7232e6.svg#Kanzlei UNZ1")format("svg");
}

@font-face {
    font-family: "Carmen";
    src: url("https://db.onlinewebfonts.com/t/570ccfef544d2b7d8812b05cd20f6396.eot");
    src: url("https://db.onlinewebfonts.com/t/570ccfef544d2b7d8812b05cd20f6396.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/570ccfef544d2b7d8812b05cd20f6396.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/570ccfef544d2b7d8812b05cd20f6396.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/570ccfef544d2b7d8812b05cd20f6396.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/570ccfef544d2b7d8812b05cd20f6396.svg#Carmen")format("svg");
}

h1, h2, h3 {font-family: "Kanzlei UNZ1", Century, "Times New Roman";
color:#37006f}

strong { color:#37006f
}

#statuscafe {
    padding: .5em;
    background-color: #fbf7ff;
    border: 4px solid #3f007f;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

#container {
    padding: 1em;
    background-color: #fbf7ff;
    margin: 2.5em 7.5% 2.5em 7.5%;
    }
    
a:link { color:#bf007f
}

a:visited { color:#3f007f
}

a:hover { color:#5f00bf
}