.journal-3d-box {
    max-width: 1100px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 15px;

    /* 3D shadow */
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);

    /* Responsive */
    width: 95%;
}

body {
    background: #f2f2f7 !important;
}
