diff --git a/content/index.html b/content/index.html
index f67b7675dc7d5d64b0584e0403482e6a49373454..2ce29580e410e6cf35f2ee4db3d6e2e1fe0fc854 100644
--- a/content/index.html
+++ b/content/index.html
@@ -77,6 +77,8 @@
 				</p>
 				
 				<form id="form-wrapper">
+					<h2 class="info-type">Osobní informace</h2>
+					
 					<div class="input-group input-group-2">
 						<input
 							type="text"
@@ -104,7 +106,7 @@
 						>
 					</div>
 					
-					<br>
+					<h2 class="info-type">Trvalé bydliště</h2>
 					
 					<div
 						id="address-autocomplete"
@@ -133,6 +135,8 @@
 						>
 					</div>
 					
+					<h2 class="info-type">Typ žádosti</h2>
+					
 					<select
 						id="receiving-type"
 					>
diff --git a/content/static/css/base.css b/content/static/css/base.css
index 43f6899ca8d8216bb7c7019491956b39dc226e27..4a6d365c4dbb7e221829dde7097e1a91e67d4ee9 100644
--- a/content/static/css/base.css
+++ b/content/static/css/base.css
@@ -118,6 +118,12 @@
 	flex:1 1 0
 }
 
+.info-type {
+	font-size:1.2rem;
+	margin:0;
+	text-align:center
+}
+
 a,a:hover,a:visited {
 	color:#000
 }