::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: transparent;
}

::selection {
    background: #00000020;
    color: var(--midblue);
}

:root {
    --lightblue: #d7dff7;
    --midblue: #283547;
}

body {
    background: url(https://files.catbox.moe/ks4yms.jpg);
    background-size: 140px;
}

#outer {
    width: 600px;
    height: 420px;
    background: white;
    margin: auto;
    margin-top: 40px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 8px 8px white;
    display: flex;
}

p {
    font-family: cordata;
    font-size: 13px;
    color: var(--midblue);
}

h2 {
    text-align: center;
    font-family: Balsamiq Sans;
    margin-bottom: 10px;
    font-size: 25px;
}

.left {
    width: 70%;
    margin: 5px;
    border: 1px dashed var(--midblue);
    padding: 7px;
    border-radius: 5px;
    overflow-y: scroll;
    background: url(https://files.catbox.moe/7a5e3c.gif);
    height: 93%;
}

.entry {
    width: 93%;
    margin: 5px;
    margin-top: 0;
    padding: 8px;
    border: 1px dashed var(--midblue);
    background: radial-gradient(rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 90%);
    border-radius: 5px;
}

.stuff {
    padding: 0 7px;
    margin: 5px;
    border: 1px dashed #8f9abf;
    border-radius: 5px;
}

.date {
    width: 100px;
    margin-bottom: 0;
    margin-left: 15px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px 5px 0 0;
    border: 1px dotted var(--midblue);
    border-bottom: none;
    font-family: 'Arial Narrow';
    font-size: 13px;
    padding: 3px;
}

.right {
    width: 25%;
    background: #fcf8ed;
    padding: 5px;
    margin: 5px;
    margin-left: 0;
    border: 1px solid var(--midbrown);
    height: 94%;
    border-radius: 5px;
}

.right p {
    color: var(--midbrown);
    font-weight: 600;
}

.title p {
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: var(--lightblue);
    text-shadow: none;
    display: inline;
    text-shadow: -1px 0 #98abed, 0 1px  #6a7cba, 1px 0  #6a7cba, 0 -1px  #6a7cba, 0 0;
    color: white;
    font-weight: 400;
}

.title {
    width: 94%;
    background: #687399;
    mix-blend-mode: multiply;
    min-height: 10px;
    padding: 3px 7px;
    border-radius: 30px;
    box-shadow: 0 0 3px 2px #2164ff25;
    margin: 3px;
    margin-bottom: 0;
}

/* I NEED SOME FUCKING IMAGES */

.nav {
    width: 85%;
    margin: 5px;
    padding: 5px;
    border: 1px dotted var(--darkbrown);
    border-radius: 5px;
    font-family: cordata;
    font-size: 13px;
    background: white;
    height: 100px;
    overflow-y: scroll;
    margin-bottom: 8px;
}

.nav p {
    border-bottom: 1px dashed var(--darkbrown);
    margin-bottom: 3px;
    margin-top: 2px;
}

.nav a {
    border-bottom: 1px dashed var(--darkbrown);
    margin-bottom: 3px;
    font-family: cordata;
    font-size: 12px;
    color: var(--midbrown);
    padding: 5px;
    width: 90%;
    display: block;
}

a {
    color: var(--lightbrown);
    transition: 0.4s;
}

a:hover {
    letter-spacing: 2px;
    font-style: normal;
}

.home-button {
    max-height: 25px;
    width: 85%;
    padding: 5px;
    border: 1px solid var(--midbrown);
    background: var(--lightblue);
    box-shadow: 2px 2px 2px inset #ffffff, -1px -1px 1px inset #727aa8;
    align-items: center;
    gap: 15px;
    margin: 5px;
}

.home-button:active {
    box-shadow: -2px -2px 2px inset #ffffff, 1px 1px 1px inset #727aa8;
}

.buttontext {
    text-align: center;
    font-size: 14px;
    margin: auto;
    text-decoration: none;
}

#cat {
    width: 75px;
    position: absolute;
    left: 880px;
    top: 482px;
}