@font-face {
    font-family: 'Gothic War';
    src: url('Gothic War.otf') format('opentype');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    background-image: url('https://i2.glitter-graphics.org/pub/124/124762ofw5x0lays.jpg');
    background-repeat: repeat;
    color: #c0c0c0;
    font-family: monospace, sans-serif;
    height: 100vh;
    overflow: hidden;
    cursor: url('https://gloomy-poison.neocities.org/spooky_graphics/9167a.gif'), auto;
    font-size: 12px;
}

a { 
    color: #ff3333; 
    text-decoration: none; 
}

a:hover { 
    color: #ff6666; 
    text-decoration: underline; 
    cursor: url('https://64.media.tumblr.com/064396e785e95991f428e7abcb09f2c0/edbca933916f8271-ef/s75x75_c1/3e1f6784ed42f77cf293da89e75faa8ecf8efbeb.gifv'), pointer;
}

.wrapper {
    max-width: 950px; 
    margin: 0 auto; 
    padding: 20px 15px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-grid {
    display: grid;
    grid-template-columns: minmax(auto, 600px); 
    gap: 20px;
    flex-grow: 1;
    overflow: hidden; 
    padding-bottom: 10px;
    justify-content: center; 
}

.center-col {
    height: 100%;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-color: #8b0000 #111; 
}

.content-box {
    background-color: #000;
    border: 1px dashed #ff3333;
    padding: 15px;
    margin-bottom: 20px;
}

.content-box h3 {
    color: #fff;
    text-align: center;
    font-family: 'Gothic War', sans-serif;
    font-size: 30px;
}

.date {
    font-family: monospace;
    color: #8b0000;
    text-align: center;
    margin-bottom: 15px;
}

.journal-body {
    line-height: 1.6;
    color: #c0c0c0;
    text-align: center;
}

.journal-body p {
    margin-bottom: 10px;
    text-align: justify;
}

.nav-btn {
    display: block;
    text-align: center;
    font-family: 'Gothic War', sans-serif;
    font-size: 18px;
    padding: 10px;
    color: #ff3333;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ff3333;
}

/* --- SCROLLBARS --- */
.center-col::-webkit-scrollbar { width: 10px; }
.center-col::-webkit-scrollbar-track { background: #111; border: 1px solid #330000; }
.center-col::-webkit-scrollbar-thumb { background: #8b0000; border: 1px solid #ff3333; }

.bottom {
    display: flex;
}

.bottom img {
    max-width: 100%;
}

.journal-pic {
    max-width: 100%;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.journal-pic:hover {
    filter: grayscale(0%);
}

.div {
    max-width: 100%;
}