diff --git a/StackMonkey.ps1 b/FStackMonkey.ps1
similarity index 78%
rename from StackMonkey.ps1
rename to FStackMonkey.ps1
index 57fd154..1f43320 100644
--- a/StackMonkey.ps1
+++ b/FStackMonkey.ps1
@@ -857,413 +857,413 @@ function Invoke-ScriptMonkey {
# 1) Inline your full original CSS here
#
$style = @'
-
+ /* Tag line */
+ #tagline {
+ font-size: 1.2rem;
+ color: var(--light-gray-color);
+ font-weight: bold;
+ justify-self: center;
+ }
+
+ @media (max-width:768px) {
+ .container { flex-direction:column; }
+ .sidebar { width:100%; }
+ }
+
'@
$script = @'