diff --git a/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml b/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml
index 8706df2..62e9b4d 100644
--- a/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml
+++ b/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml
@@ -1,64 +1,70 @@
-
-
- @ViewData["Title"] - BeutySalonClientApp
-
-
-
+
+
+ @ViewData["Title"] - BeutySalonClientApp
+
+
+
-
-
-
-
-
- @RenderBody()
-
-
+
+
+
+
+
+ @RenderBody()
+
+
-
-
-
-
- @await RenderSectionAsync("Scripts", required: false)
+
+
+
+
+ @await RenderSectionAsync("Scripts", required: false)
-
+