Index: src/main/resources/templates/events.html
===================================================================
--- src/main/resources/templates/events.html	(revision 04153a9b0642311d309f3bab27010461073060ea)
+++ src/main/resources/templates/events.html	(revision 633b371c2273c36bae12e64566dfed005739aea2)
@@ -10,5 +10,6 @@
     .container{
 
-        position: relative;
+        display: contents;
+        margin: 5%;
     }
 
@@ -179,6 +180,7 @@
         margin-top: 100px;
         display: flex;
+        flex-wrap: wrap;
         align-items: flex-start;
-        justify-content: flex-start;
+        justify-content: space-around;
     }
     .button {
@@ -199,9 +201,9 @@
 </style>
 <div>
-    <form th:action="@{'/home/events'}"
+    <form style="margin-left: 20px" th:action="@{'/home/events'}"
           th:method="GET">
 
         <div class="form-group">
-            <label style="color: white;font-size: 20px;font-weight: bold">Кино</label>
+            <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label>
             <select name="id_cinema" class="form-control" id="id_cinema">
                 <option
Index: src/main/resources/templates/film.html
===================================================================
--- src/main/resources/templates/film.html	(revision 04153a9b0642311d309f3bab27010461073060ea)
+++ src/main/resources/templates/film.html	(revision 633b371c2273c36bae12e64566dfed005739aea2)
@@ -65,6 +65,6 @@
                   th:method="POST">
                 <div class="form-group">
-                    <label style="color: black;font-size: 20px;font-weight: bold">Оцени:</label>
-                <input required type="text" id="rate" name="rate">
+                    <label style="color: white;font-size: 20px;font-weight: bold">Оцени:</label>
+                <input class="form-control" required type="text" id="rate" name="rate">
                 </div>
                 <button class="button" type="submit">Додади Оцена</button>
Index: src/main/resources/templates/films.html
===================================================================
--- src/main/resources/templates/films.html	(revision 04153a9b0642311d309f3bab27010461073060ea)
+++ src/main/resources/templates/films.html	(revision 633b371c2273c36bae12e64566dfed005739aea2)
@@ -9,6 +9,6 @@
 
     .container{
-
-        position: relative;
+        display: contents;
+        margin: 10%;
     }
 
@@ -179,6 +179,7 @@
         margin-top: 100px;
         display: flex;
+        flex-wrap: wrap;
         align-items: flex-start;
-        justify-content: flex-start;
+        justify-content: space-around;
     }
     .button {
@@ -200,9 +201,9 @@
 </style>
 <div>
-    <form th:action="@{'/home/films'}"
+    <form style="margin-left: 20px" th:action="@{'/home/films'}"
         th:method="GET">
 
     <div class="form-group">
-        <label style="color: white;font-size: 20px;font-weight: bold">Кино</label>
+        <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label>
         <select name="id_cinema" class="form-control" id="id_cinema">
             <option
@@ -216,8 +217,8 @@
     </div>
         <button class="button" type="submit">Filter</button>
-</form>
+    </form>
 
 <div xmlns:th="http://www.thymeleaf.org">
-    <div class="main" style="width: available;height: available">
+    <div class="main" style="width: available;height: available;padding: 5%">
         <div    th:if="${films.isEmpty()} == false"
                 th:each="film : ${films}" class="container">
Index: src/main/resources/templates/projections.html
===================================================================
--- src/main/resources/templates/projections.html	(revision 04153a9b0642311d309f3bab27010461073060ea)
+++ src/main/resources/templates/projections.html	(revision 633b371c2273c36bae12e64566dfed005739aea2)
@@ -9,6 +9,6 @@
 
     .container{
-
-        position: relative;
+        display: contents;
+        margin: 5%;
     }
 
@@ -179,6 +179,7 @@
         margin-top: 100px;
         display: flex;
+        flex-wrap: wrap;
         align-items: flex-start;
-        justify-content: flex-start;
+        justify-content: space-around;
     }
     .button {
@@ -199,9 +200,9 @@
 </style>
 <div>
-    <form th:action="@{'/home/projections'}"
+    <form style="margin-left: 20px" th:action="@{'/home/projections'}"
           th:method="GET">
 
         <div class="form-group">
-            <label style="color: white;font-size: 20px;font-weight: bold">Кино</label>
+            <label style="color: white;font-size: 20px;font-weight: bold">Избери Кино:</label>
             <select name="id_cinema" class="form-control" id="id_cinema">
                 <option
Index: src/main/resources/templates/register.html
===================================================================
--- src/main/resources/templates/register.html	(revision 04153a9b0642311d309f3bab27010461073060ea)
+++ src/main/resources/templates/register.html	(revision 633b371c2273c36bae12e64566dfed005739aea2)
@@ -49,6 +49,6 @@
         </div>
         </p>
-        <button class="btn btn-lg btn-primary btn-block" type="submit">Регистрирај се</button>
+        <button style="background-color: #ff5019;border-color: #ff5019" class="btn btn-lg btn-primary btn-block" type="submit">Регистрирај се</button>
     </form>
-    <a href="/login" class="btn btn-block btn-light">Имаш постоечки профил? Најави се тука</a>
+    <a href="/login" style="margin-top: 20px" class="btn btn-block btn-light">Имаш постоечки профил? Најави се тука</a>
 </div>
Index: src/main/resources/templates/registerWorker.html
===================================================================
--- src/main/resources/templates/registerWorker.html	(revision 04153a9b0642311d309f3bab27010461073060ea)
+++ src/main/resources/templates/registerWorker.html	(revision 633b371c2273c36bae12e64566dfed005739aea2)
@@ -33,5 +33,5 @@
     </p>
 
-    <button class="btn btn-lg btn-primary btn-block" type="submit">Регистрирај се</button>
+    <button style="background-color: #ff5019;border-color: #ff5019" class="btn btn-lg btn-primary btn-block" type="submit">Регистрирај се</button>
   </form>
 
