/* Bible paper background */
body {
    margin: 0;
    padding: 0;
    font-family: "Georgia", serif;
    background-color: #f5ecd8; /* warm parchment base */
    background-image: url('bible-paper.jpg');
    background-repeat: repeat;
    background-size: 600px 600px;
    color: #3b2a1a;
}

/* Centered content wrapper on top of the paper */
.bpl-wrapper {
    max-width: 900px;
    margin: 4rem auto;
    padding: 2rem 2.5rem;
    background: rgba(255, 252, 244, 0.94);
    border-radius: 8px;
    border: 1px solid rgba(120, 90, 60, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Make sure your Bible Study Assistant stands out */
.bsa-wrapper,
.bsa-voice-bar,
.bsa-voice-safe {
    position: relative;
    z-index: 10;
}