I have noticed that stylesheets load faster when they are on the <head> tag than in the module file inside JavaScript. When you press refresh or IF you just press refresh once, the bland html loads first THEN the styles load after, thus I loaded my styles in the <head> tag for seamless stylesheet load.
I DID want to incorporate an API that gets your email and sends a πSUCCESSπ message email back to you but as I have browsed some API's, I knew it would take me another day to implement the method.
Hoping ππ that our frontend mentor seniors can give any feedback on where I can still improve, it may be my "naming sense of variables", "naming sense of classes", or another good way to structure my HTML code.