diff --git a/frontend/src/app/common/layout/layout.component.html b/frontend/src/app/common/layout/layout.component.html
index 3a640567..99756dd2 100644
--- a/frontend/src/app/common/layout/layout.component.html
+++ b/frontend/src/app/common/layout/layout.component.html
@@ -27,6 +27,9 @@
Short-Term Rental Data Portal
\ No newline at end of file
diff --git a/frontend/src/app/common/layout/layout.component.scss b/frontend/src/app/common/layout/layout.component.scss
index e07e07c8..9fcbe919 100644
--- a/frontend/src/app/common/layout/layout.component.scss
+++ b/frontend/src/app/common/layout/layout.component.scss
@@ -107,6 +107,28 @@
position: sticky;
bottom: 0;
z-index: 10;
+
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+
+ .contacts {
+ font-size: smaller;
+ text-align: end;
+
+ a {
+ color: #FFFFFF;
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: underline;
+ }
+
+ &:visited {
+ color: #FFFFFF;
+ }
+ }
+ }
}
@media only screen and (max-width: 1500px) {