Black hole customization:

Code:

    <section
      className="flex flex-col items-center h-screen"
      style={{
        backgroundImage: `radial-gradient(circle at bottom, #000000 40%, #300303 50%, #000 80%)`,
        filter: `blur(10px)`
      }}
    >
      {your component or page}
    </section>