diff --git a/@overflow/commons/ui/component/primeng/dropdown-panel.component.scss b/@overflow/commons/ui/component/primeng/dropdown-panel.component.scss
index cdbb6cf..52eb9d3 100644
--- a/@overflow/commons/ui/component/primeng/dropdown-panel.component.scss
+++ b/@overflow/commons/ui/component/primeng/dropdown-panel.component.scss
@@ -22,10 +22,4 @@
.ui-popuppanel-footer {
padding-top: 1em;
-}
-
-svg.octicon {
- fill: white; //currentColor;
- height: 16px;
- flex-shrink: 0;
- }
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/@overflow/commons/ui/component/window/title-bar.component.html b/@overflow/commons/ui/component/window/title-bar.component.html
index 263c58b..49b259c 100644
--- a/@overflow/commons/ui/component/window/title-bar.component.html
+++ b/@overflow/commons/ui/component/window/title-bar.component.html
@@ -1,13 +1,25 @@
-
-
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/src/app/pages/home/home-page.component.scss b/src/app/pages/home/home-page.component.scss
index e69de29..9d82564 100644
--- a/src/app/pages/home/home-page.component.scss
+++ b/src/app/pages/home/home-page.component.scss
@@ -0,0 +1,31 @@
+.home-start {
+ // position: absolute;
+ // top:78px;
+ // left:0px;
+ // bottom: 0px;
+ // width: 100%;
+ // margin: 0;
+ height: 100vh;
+ margin: -0.7em -0.9em; //-0.5em -0.75em;
+ padding: 0;
+ box-sizing: border-box;
+ background-image: linear-gradient(#171a1d, #2b323a , #171a1d);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ //text-align: center;
+}
+.home-description {
+ color: #cdcdcd;
+ width:300px;
+}
+.start-button {
+ width: 200px;
+ height: 210px;
+ margin-right: 20px;
+ svg{
+ fill: #EFEFEF;
+ stroke: #3C2412;
+ stroke-miterlimit: 10;
+ }
+}
\ No newline at end of file
diff --git a/src/app/pages/pages.component.html b/src/app/pages/pages.component.html
index df3a4af..99c5150 100644
--- a/src/app/pages/pages.component.html
+++ b/src/app/pages/pages.component.html
@@ -3,8 +3,9 @@