:root{--page-title-display:none;}/* Start custom CSS */body{
        background:
        radial-gradient(
            circle at 74% 45%,
            rgba(154, 104, 30, 0.13),
            transparent 35%
        ),
        linear-gradient(
            90deg,
            #111111 0%,
            #0b0b0b 48%,
            #15140f 100%
        );
}/* End custom CSS */