
        html,
        body {
            height: 100%;
            margin: 0;
            padding: 0;
            /* Replace gradient with background image */
            background: url('/static/images/background.webp') no-repeat center center fixed;
            background-size: cover;
        }
    