body {
    background-image: url('test.webp'); 
    background-repeat: repeat;                 
    background-size: 500px; 
    margin: 0;
    padding: 0;
    font-family: "MS PGothic", "MS Gothic", "Courier New", monospace;
    font-size: 12px; 
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* --- 
.left-column {
    position: absolute;
    left: calc(50% - 480px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.nav-box .update-link {
    display: block;
    background-color: #f7f4eb; 
    color: #2b3321;
    font-family: "Georgia", "Times New Roman", serif;
    text-decoration: none;
    padding: 8px 14px;
    border: 1px solid #d4c5b9;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    width: fit-content;
    white-space: nowrap;
    transition: transform 0.1s ease;
}

.nav-box .update-link:hover {
    background-color: #fbf9f5;
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.nav-box .update-link.jaar-2026 {
    border-left: 5px solid #f3cc87; 
}

.nav-box .update-link.jaar-2027 {
    border-left: 5px solid #ce5db7; 
} 

--- */

.journal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kranten-titel {
    margin-bottom: -35px; 
}

.titel-img {
    height: 190px; 
    width: auto;
    display: block;
    filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.25));
    transform: rotate(-2deg);
}


.camera-sectie {
    display: flex;
    align-items: center;
    gap: 15px; 
}

.zijde-knop {
    background-color: transparent;
    border: none;
    color: #2b3321;
    font-size: 2.2rem;
    font-family: "Georgia", serif;
    cursor: pointer;
    padding: 10px;
    box-shadow: none;
    transition: transform 0.1s ease, color 0.1s ease;
}

.zijde-knop:hover {
    background-color: transparent;
    box-shadow: none;
    transform: scale(1.15);
    color: #556b2f;
}

.camera-wrapper {
    position: relative;
    width: 500px; 
}

.camera-bg {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.scherm-foto {
    position: absolute;
    top: 24.0%;   
    left: 7.8%;   
    width: 48.5%;  
    height: 63.0%;
    object-fit: cover;
    z-index: 1;
}

.verhaal-link-box {
    margin-top: 10px;
}

.verhaal-knop {
    display: inline-block;
    color: #2b3321;
    font-family: "Georgia", "Times New Roman", serif;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 13px;
    transition: all 0.1s ease;
}

.verhaal-knop:hover {
    transform: translate(-1px, -1px);
}
