diff --git a/app/styles/layout/_content.sass b/app/styles/layout/_content.sass
index 464a217..b3a38e8 100644
--- a/app/styles/layout/_content.sass
+++ b/app/styles/layout/_content.sass
@@ -11,3 +11,14 @@
position: absolute
white-space: nowrap
width: 1px
+
+.ribbon
+ position: fixed
+ left: -80px
+ bottom: 0px
+ width: 300px
+ height: 64px
+ transform: rotate(45deg)
+ z-index: 999
+ background: linear-gradient(-180deg, rgb(0, 91, 187) 50%, rgb(255, 213, 0) 50%)
+ opacity: 0.8
diff --git a/app/templates/application.hbs b/app/templates/application.hbs
index 4f99814..cf1cb19 100644
--- a/app/templates/application.hbs
+++ b/app/templates/application.hbs
@@ -32,6 +32,4 @@
-
- We stand with Ukraine!
-
+We stand with Ukraine!