!DOCTYPE html html lang=en head meta charset=UTF-8 titleJosh Roggetitle meta name=viewport content=width=device-width, initial-scale=1 style body { margin 0; height 100vh; display grid; place-items center; background #0f172a; color #e5e7eb; font-family system-ui, -apple-system, sans-serif; } .card { background #020617; padding 2.5rem 3rem; border-radius 14px; text-align center; box-shadow 0 20px 40px rgba(0,0,0,.6); } h1 { margin 0 0 .5rem; } p { margin .25rem 0; opacity .85; } style head body div class=card h1Josh Roggeh1 pEngineer · Researcher · Builderp pComing soon 🚀p div body html