* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    }

/* body {
    font-family: 'Noto Serif', serif;
    background: linear-gradient(135deg, #dcd6e0, #a0c4f5, #ffffff);
    background:
        radial-gradient(circle at top left, rgba(220, 214, 224, 0.6), rgba(160, 196, 245, 0.4) 30%, rgba(255, 255, 255, 0.2) 60%),
        linear-gradient(135deg, #dcd6e0, #a0c4f5, #ffffff);
    color: rgb(0, 0, 0);
    overflow: hidden;
    overflow-y: scroll;
} */

body {
    font-family: 'Noto Serif', serif;
    /* background:
        radial-gradient(circle at top left, rgba(220, 214, 224, 0.6), rgba(160, 196, 245, 0.4) 30%, rgba(255, 255, 255, 0.2) 60%),
        linear-gradient(135deg, #dcd6e0, #a0c4f5, #ffffff); */
    background: 
    radial-gradient(ellipse at 50% -10%, rgba(207, 179, 250, 0.5), transparent 60%),
    radial-gradient(ellipse at 20% 10%, rgba(173, 216, 230, 0.6), transparent 70%),
    radial-gradient(ellipse at 80% 15%, rgba(250, 206, 214, 0.5), transparent 60%),
    linear-gradient(to bottom, #f7f0ff 0%, #e6f0ff 100%);
    background: 
    radial-gradient(ellipse at 50% -10%, rgba(207, 179, 250, 0.5), transparent 60%),
    radial-gradient(ellipse at 20% 10%, rgba(173, 216, 230, 0.6), transparent 90%),
    radial-gradient(ellipse at 80% 15%, rgba(250, 206, 214, 0.5), transparent 90%),
    linear-gradient(to bottom, #f7f0ff 0%, #e6f0ff 100%);
    background-repeat: no-repeat;
    /* background-blend-mode: screen; */
    color: rgb(0, 0, 0);
    min-height: 100vh;
    width: 100vw; 
    overflow-x: hidden;
    overflow-y: auto; 
    background-attachment: fixed; 
    background-size: cover; 
}