@font-face {
    font-family: "LastRite";
    src: url("/util/fonts/LastRite.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Alice";
    src: url("/util/fonts/AliceinWonderland.ttf") format("truetype");
    font-display: swap;
}

::-webkit-scrollbar {
    width: 5px; /* width of the vertical scrollbar */
    height: 4px; /* height of the horizontal scrollbar */
}
::-webkit-scrollbar-track {
    background: #211f1f;
}
::-webkit-scrollbar-thumb {
    background-color: #454545;
    border-radius: 0;
    border: 1px outset black;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}

::selection {
    color: #5c5c5c;
    background: #1a1a1a;
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #0a0a0a;
    /*
    font-family: "MS PGothic", "MS UI Gothic", Times, "Times New Roman", sans-serif, system-ui;
    */
    font-family: "Times New Roman", sans-serif;
    text-shadow:
        0 0 1px #989898,
        0 0 0 black;
    image-rendering: pixelated;
    background-image: url(https://cobie.neocities.org/graphics/backgrounds/grayscale-galaxy-bg.png);
    font-size: 14px;
    /****/
    cursor: url("https://cobie.neocities.org/celly-cursor2.png"), auto !important;
}

body * {
    cursor: url("https://cobie.neocities.org/celly-cursor2.png"), auto !important;
}

.row {
    display: flex;
    gap: 2px;
    flex-direction: row;
    align-items: stretch;
}

.shrinebutton {
    background: #151515;
    display: block; text-align: center;
    padding: 7px; border: 1px dotted #999;
    margin: 5px 0;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-family: 'MS UI Gothic', serif;
    font-weight: bold;
    transition: all 0.3s;
}

.shrinebutton:hover {
    color: #a4a4a4;
    padding: 8px;
    margin: 5px;
}


.container {
    margin: 40px auto;
    max-width: 700px;
    border: 2px ridge black;
    padding: 1px;
    background: #6a666a;
}

h1 {
    background: linear-gradient(to right, black, transparent 30%, transparent 60%, black);
    text-align: center;
    color: #151515;
    padding: 3px;
    margin: 0 0 2px 0;
    font-family: Alice, Times, serif;
}

h4 {
    font-weight: 100;
    margin: 1px 0;
    border: 2px ridge black;
    padding: 3px;
    background: #2b2a2b;
    color: #999;
}

h4 a {
    color: #6a666a;
}

h4 a:hover {
    color: #999;
}

p {
    margin: 2px 0;
}

b {
    text-decoration: underline #c3c3c3 1px dotted;
    background: #151515;
    color: #999;
    padding: 2px 5px;
}

hr {
    border: none;
    border-top: 1px dotted #666;
    margin: 2px;
}

 p {
    margin: 0;
    margin-top: 4px;
    background: linear-gradient(#867f86, rgba(41, 37, 41, 0.12));
    text-transform: lowercase;
    border: 1px outset black;
    padding: 3px;
    font-size: 14px;
    color: #000000;
    text-shadow: none;
    font-family: serif;
}

.center {
    text-align: center;
}

.thingy {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

.hotline-webring {
    width: 121px;
    padding: 5px;
    box-shadow: 0 0 5px black;
    text-shadow: 1px 1px black;
    background: #6a666a;
    text-align: center;
    display: inline-block;
    border: 2px groove black;
}

.hotline-webring a {
    color: white;
}

.holder {
    background: #151515;
    color: #999;
    border: 2px ridge black;
    padding: 2px;
    justify-content: center;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
}

.holder2 {
    background: #151515;
    color: #999;
    border: 2px ridge black;
    padding: 2px;
    justify-content: center;
}

.holder2 p {
    border: 1px dotted #333;
    color: #989898;
    text-shadow: 1px 1px black;
    padding: 1px 5px;
    background: #151515;
}

.holder2 a {
    color: #555;
    text-decoration: none;
}

.holder2 p img {
    margin: -7px 0 0 0;
    max-height: 50px;
    vertical-align: bottom;
}

.holder2 img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 5px blue);
}
