body {
            margin: 0;
            padding: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;

            font-family: "Georgia", serif;
            color: #1a2a3a;

            /* Background image */
            background: url("assets/img/background.jpg") no-repeat center center fixed;
            background-size: cover;

            /* Optional soft blur behind text */
            backdrop-filter: blur(2px);
        