html, body {
    height: 100%;
    margin: 0;
}

body {
    background: #f8f9fa;
    overflow: hidden;
    font-family: "Playfair Display", serif;
}

/* canvas peste tot */
#sparkles {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none; /* nu blochează click */
    z-index: 1;
}

/* conținutul peste sclipici */
.page-center {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
