diff --git a/site/pages/attractions/attractions.html b/site/pages/attractions/attractions.html
index 3fb5f99..9e6805c 100644
--- a/site/pages/attractions/attractions.html
+++ b/site/pages/attractions/attractions.html
@@ -3,32 +3,32 @@
         
 
\ No newline at end of file
diff --git a/site/pages/footer.html b/site/pages/footer.html
index a93b902..fda494a 100644
--- a/site/pages/footer.html
+++ b/site/pages/footer.html
@@ -1,6 +1,7 @@
 
-    
\ No newline at end of file
diff --git a/site/pages/restaurants/restaurants.html b/site/pages/restaurants/restaurants.html
index 2a11c05..d0d5899 100644
--- a/site/pages/restaurants/restaurants.html
+++ b/site/pages/restaurants/restaurants.html
@@ -3,17 +3,17 @@
         
 
\ No newline at end of file
diff --git a/site/style/background.css b/site/style/background.css
index 733a321..b85f9f0 100644
--- a/site/style/background.css
+++ b/site/style/background.css
@@ -41,7 +41,7 @@
         margin: auto;
         margin-top: var(--vologdaBoxMargin);
 
-        width: calc(var(--defaultBoxWhight)*1.25);
+        width: calc(var(--defaultBoxWhight)*1.26);
 
         text-align: center;
 
@@ -72,9 +72,10 @@
         position:relative;
         margin: auto;
 
-        width: calc(var(--defaultBoxWhight)*1.2);
+        width: calc(var(--defaultBoxWhight)*1.25);
         margin-top: 6vw;
         height: 25%;
+        max-width: 71%;
 
         text-align: center;
 
@@ -140,7 +141,8 @@
     
     img {
         max-width:100%;
-        max-height:100%;
+        /* max-height:100%; */
+        max-height:800px;
     }
 
     :root {
diff --git a/site/style/textFont.css b/site/style/textFont.css
index c8197a6..698befe 100644
--- a/site/style/textFont.css
+++ b/site/style/textFont.css
@@ -44,11 +44,11 @@
     }
 
     .normalText {
-        font-size: calc(var(--textSize)*1.1);
+        font-size: calc(var(--textSize)*1);
         /* font-family: 'Pacifico'; */
         font-family: 'Verdana';
         margin: 0.7em;
-        /* text-align: justify; */
+        text-align: justify;
 
         color: rgb(255, 255, 255);
     }
@@ -57,9 +57,9 @@
         font-size: calc(var(--textSize) + (var(--textSize) * 0.5));
         /* font-family: 'Tsarevich-Regular'; */
         font-family: 'Georgia';
-        margin: 0.2em;
+        margin: 0.7em;
         align-self: center;
-        text-decoration: underline;
+        /* text-decoration: underline; */
 
         color: rgb(255, 255, 255);
     }