@font-face {
    font-family: "roman"; /* Give it a unique name */
    src:
        url("path/to/times-new-roman.woff2") format("woff2"),
        url("path/to/times-new-roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* ===== Body CSS ===== */
body {
    cursor: url("https://file.garden/aA2l8ug81GreC0q0/px/miku/BlinkingCursor.gif"), auto;
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    background: #f2f8f9 url(https://file.garden/aA2l8ug81GreC0q0/img/itinerae@neocities_s39ua.png) fixed;
    color: #918d84;
    padding: 20px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 13px;
    display: flex;
    justify-content: center;
}

i {
    color: #87bffb;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
}

/* ===== Links CSS ===== */
a {
    color: #94afff;
    text-decoration: none;
    font-weight: bold;
    cursor: url("https://file.garden/aA2l8ug81GreC0q0/px/miku/KotatsuCursor.gif"), auto;
}
a:hover {
    color: #a2cfff;
    text-decoration: none;
    cursor: url("https://file.garden/aA2l8ug81GreC0q0/px/miku/KotatsuCursor.gif"), auto;
}
b {
    color: #6265d4;
}

/* ===== Div Classes CSS ===== */
.extra {
    display: block;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 4px;
    color: #94afff;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar-thumb {
    background-color: #2b91ac;
    border: 1px solid #fff;
    border-radius: 6px;
}
::-webkit-scrollbar {
    width: 9px;
    height: 0;
    background: transparent;
}

/* ===== Boxes & Titles CSS ===== */
.box {
    background: #f0f5fd;
    padding: 5px;
    border: 1px dashed #c3c6e5;
    border-radius: 10px;
}
.title {
    font:
        italic 15px "georgia",
        arial;
    font-weight: bold;
    color: #94afff;
    text-transform: lowercase;
    letter-spacing: 3px;
    margin-bottom: 5px;
    border-bottom: 2px solid #2b91ac;
}
.title-filled {
    background: #94afff;
    text-align: center;
    font:
        italic 13px "georgia",
        arial;
    font-weight: bold;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 3px;
    margin-bottom: 4px;
    padding: 1px;
    border-radius: 10px;
}

/* ===== Layout CSS ===== */
.container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    background: #f0f5fd;
    padding: 10px;
    border-radius: 20px;
    border-width: 8px;
    border-style: solid;
    border-image: url("https://file.garden/aA2l8ug81GreC0q0/borders/widerscallops.png") 8 fill round;
}

/* ===== Header / Site name CSS ===== */
.sitename {
    color: #94afff;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font:
        italic 26px "roman",
        georgia,
        arial;
}

/* ===== Navigation CSS ===== */
.nav-bar {
    margin-top: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    padding: 0;
}
.nav-bar a {
    color: #94afff;
    text-decoration: none;
    cursor: url("../assets/r0bln.gif"), auto;
    font-weight: bold;
    text-transform: lowercase;
    font-family: georgia, arial;
    padding-bottom: 0;
    font-size: 11px;
    line-height: 15px;
    background: #fff;
    padding: 2px 10px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px dashed #c3c6e5;
    border-radius: 10px;
}
.nav-bar a:hover {
    color: #a2cfff;
    text-decoration: none;
    cursor: url("https://file.garden/aA2l8ug81GreC0q0/px/miku/KotatsuCursor.gif"), auto;
}

/* ===== Main / Content area CSS ===== */
.content {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.column {
    flex: 1;
    border-radius: 10px;
    padding: 3px;
    text-align: left;
}
.largecolumn {
    flex: 2;
    border-radius: 10px;
    padding: 3px;
    text-align: left;
}

/* ===== Footer CSS ===== */
.footer {
    background: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border: 1px dashed #c3c6e5;
    border-radius: 20px;
}

/* ===== Responsiveness CSS ===== */
@media (max-width: 600px) {
    .content {
        flex-direction: column;
    }

    .nav-bar {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .nav-bar a {
        display: block;
        width: 60%;
        text-align: center;
    }
}

/* ===== Silly Miku Stamps Section CSS =====
  Graphics of Miku! */

.miku-container {
    display: flex;
    justify-content: center; /* centers horizontally */
    /* margin-top: 20px; /* optional: space from top */
}

.miku {
    width: 170px;
    height: 260px;
    overflow: auto;
    border: 1px;
    padding: 3px;

    /* hide scrollbar (Firefox) */
    scrollbar-width: none;

    /* hide scrollbar (IE/Edge old) */
    -ms-overflow-style: none;
}
/* hide scrollbar (Chrome, Safari) */
.logbox::-webkit-scrollbar {
    display: none;
}

/* ===== Neighbor's Section CSS ===== */

.neighbours-container {
    display: flex;
    justify-content: center;
}
.neighbours {
    width: 170px;
    height: 150px;
    overflow: auto;
    border: 1px;
    padding: 3px;
}

/*
  ===== Web Inventory Section CSS =====
  Web Inventory CSS.
  AKA, these are my Cliques, Fanlistings and Webrings.
*/

.web-container {
    display: flex;
    justify-content: center; /* centers horizontally */
    /* margin-top: 20px; /* optional: space from top */
}
.web {
    width: 170px;
    height: 200px;
    overflow: auto;
    border: 1px;
    padding: 3px;
}
/* ===== Web Inventory Section CSS ===== */

.fanlist-container {
    display: flex;
    justify-content: center; /* centers horizontally */
    /* margin-top: 20px; /* optional: space from top */
}
.fanlist {
    width: 170px;
    height: 204px;
    overflow: auto;
    border: 1px;
    padding: 3px;
}
/* ===== Status Cafe Section CSS ===== */

.status-container {
    display: flex;
    justify-content: center;
}

.status {
    width: 170px;
    height: 260px;
    overflow: auto;
    border: 1px;
    padding: 3px;
}

/* ===== Status cafe CSS ===== */
#statuscafe {
    height: 100px;
    overflow: auto;
    padding: 10px;
    background-color: azure;
    border: 1px dashed #c3c6e5;

    /* hide scrollbar (Firefox) */
    scrollbar-width: none;

    /* hide scrollbar (IE/Edge old) */
    -ms-overflow-style: none;
}
/* hide scrollbar (Chrome, Safari) */
.logbox::-webkit-scrollbar {
    display: none;
}
#statuscafe-username {
    margin-bottom: 0.5em;
}
#statuscafe-content {
    margin: 5px;
}
/* ===== Personal CSS ===== */
.center {
    text-align: center;
}
.img {
    border-radius: 10px;
}
hr {
    border: none;
    height: 1px; /* Sets the thickness of the line */
    background-color: #2b91ac; /* Sets the color */
}
/* BUTTON COPY PASTE BOX */
label,
textarea {
    font-size: 0.8rem;
    letter-spacing: 1px;
}
/* ===== Textarea CSS ===== */
textarea {
    padding: 1px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #94afff;
    box-shadow: 1px 1px 1px #a2cfff;

    /* hide scrollbar (Firefox) */
    scrollbar-width: none;

    /* hide scrollbar (IE/Edge old) */
    -ms-overflow-style: none;
}

label {
    display: block;
    margin-bottom: 10px;
}
