body {
    cursor: url("../assets/2xzjv.gif"), auto;
    background: #f2f8f9 url(../assets/images/itinerae@neocities_s39ua.png) fixed;
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 1px;
    color: #918d84;
}
a {
    color: #94afff;
    text-decoration: none;
    font-weight: bold;
    cursor: url("../assets/r0bln.gif"), auto;
}
a:hover {
    color: #a2cfff;
    text-decoration: none;
    cursor: url("../assets/r0bln.gif"), auto;
}
b {
    color: #6265d4;
}
img {
    border: 0;
}
.credits {
    text-align: center;
}
::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #6265d4;
}
::-webkit-scrollbar {
    width: 5px;
    height: 0;
    background: transparent;
}
#layout {
    width: 540px;
    margin: 20px auto;
}
#header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitename a {
    font: 26px "doto";
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #a2cfff;
    border-bottom: 2px dotted #2b91ac;
    padding-bottom: 4px;
}
.sitename a:hover {
    color: #94afff;
}
#navigation {
    text-align: center;
    margin-bottom: 8px;
}
.navi a {
    display: inline-block;
    background: #ffffff;
    text-transform: lowercase;
    font-size: 11px;
    line-height: 15px;
    padding: 2px 10px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    color: #94afff;
    border-radius: 10px;
    border: 1px dashed #c3c6e5;
}
.navi a:hover {
    color: #a2cfff;
    text-decoration: none;
    cursor: url("../assets/2xzjv.gif"), auto;
}
#main {
    display: flex;
    gap: 0;
}
#left {
    width: 180px;
    padding: 6px;
}
#content {
    width: 360px;
    padding: 6px;
}
.box {
    border-width: 8px;
    border-style: solid;
    border-image: url("../assets/decor/simplescallop.png") 8 fill round;
    margin-bottom: 8px;
}
.scrollbox {
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
    border-width: 8px;
    border-style: solid;
    border-image: url("../assets/decor/simplescallop.png") 8 fill round;
    margin-bottom: 8px;
}
.title {
    font:
        10px "georgia",
        arial;
    color: #94afff;
    letter-spacing: 2px;
    border-bottom: 1px dashed #2b91ac;
    margin-bottom: 4px;
}
.extralinks a {
    display: inline-block;
    width: 100%;
    background: #94afff;
    font:
        13px "pixelify sans",
        arial;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    margin-bottom: 1px;
}
.extralinks a:hover {
    color: #893aff;
}
textarea {
    font:
        10px calibri,
        arial;
    letter-spacing: 1px;
    color: #444;
}
@media (max-width: 600px) {
    body {
        font-size: 11px;
        line-height: 13px;
    }
    #layout {
        width: 100%;
        margin: 10px auto;
    }
    #header {
        height: auto;
        padding: 10px 0;
    }
    .sitename a {
        font-size: 20px;
        letter-spacing: 3px;
    }
    #main {
        flex-direction: column;
    }
    #left,
    #content {
        width: 100%;
        padding: 6px;
    }
    img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .scrollbox {
        height: auto;
        max-height: 200px;
    }
}
.tags {
    margin-bottom: 5px;
}

.tag {
    display: inline-block;
    background-color: #94afff;
    color: #ffffff;
    padding: 4px 8px;
    margin: 3px;
    border-radius: 12px;
    font-size: 9px;
}
.tag a {
    display: inline-block;
    width: 100%;
    background: #94afff;
    font:
        9px "pixelify sans",
        arial;
    color: #fff;
    text-align: center;
    border-radius: 12px;
}
.tag a:hover {
    color: #893aff;
}
