* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* Full screen background image */
    background-image: url('PXL_20251201_184439980.TS-000.MP.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

    /* Ensure full height */
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}