thumb-1920-400957.jpg
html, body {
    height: 100%;
    margin: 0;
}

body {
    background-image: url("/thumb-1920-400957.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: sans-serif;
    color: #ffffff;
}

/* Optional dark overlay for readability */
.page-overlay {
    background: rgba(0, 0, 0, 0.65);
    min-height: 100vh;
    padding: 40px;
}

