diff --git a/pages/en/account.html b/pages/en/account.html
index 359918604..d0594ac81 100644
--- a/pages/en/account.html
+++ b/pages/en/account.html
@@ -1,3 +1,4 @@
+
Account
If you have created an account on dmz.rs, you can use our XMPP and e-mail server, as well as other services that support LDAP login.
For more on XMPP see this tutorial.
You can see settings for the Thundebird mail client on this image.
diff --git a/pages/en/webring.html b/pages/en/webring.html
index 03913f99a..ec87b4d24 100644
--- a/pages/en/webring.html
+++ b/pages/en/webring.html
@@ -1,3 +1,4 @@
+
Webring
\ No newline at end of file
diff --git a/pages/sr/account.html b/pages/sr/account.html
index 9f8bbdc30..4781cb844 100644
--- a/pages/sr/account.html
+++ b/pages/sr/account.html
@@ -1,3 +1,4 @@
+Nalog
Ako si napravio nalog na dmz.rs možeš koristiti naš XMPP i e-mail server, kao i ostale servise koji podržavaju LDAP login.
Za više o XMPP-u pogledaj tutorial.
Podešavanja za Thundebird mail klijent možeš pogledati na slici.
diff --git a/pages/sr/webring.html b/pages/sr/webring.html
index 03913f99a..ec87b4d24 100644
--- a/pages/sr/webring.html
+++ b/pages/sr/webring.html
@@ -1,3 +1,4 @@
+
Webring
\ No newline at end of file
diff --git a/site/styles/account.css b/site/styles/account.css
index 027671720..e69de29bb 100644
--- a/site/styles/account.css
+++ b/site/styles/account.css
@@ -1,4 +0,0 @@
-h1 {
- margin-bottom: 2rem;
- font-weight: normal;
-}
\ No newline at end of file
diff --git a/site/styles/contact.css b/site/styles/contact.css
index 027671720..e69de29bb 100644
--- a/site/styles/contact.css
+++ b/site/styles/contact.css
@@ -1,4 +0,0 @@
-h1 {
- margin-bottom: 2rem;
- font-weight: normal;
-}
\ No newline at end of file
diff --git a/site/styles/events.css b/site/styles/events.css
index e7fc4baae..85c091637 100644
--- a/site/styles/events.css
+++ b/site/styles/events.css
@@ -1,8 +1,3 @@
-h1 {
- margin-bottom: 2rem;
- font-weight: normal;
-}
-
.event {
display: flex;
flex-direction: row;
diff --git a/site/styles/home.css b/site/styles/home.css
index 7e8cc84a0..229744218 100644
--- a/site/styles/home.css
+++ b/site/styles/home.css
@@ -1,8 +1,3 @@
-h1 {
- margin-bottom: 2rem;
- font-weight: normal;
-}
-
dl {
padding: 1rem 0;
}
diff --git a/site/styles/services.css b/site/styles/services.css
index 1f842b456..87c240297 100644
--- a/site/styles/services.css
+++ b/site/styles/services.css
@@ -20,8 +20,3 @@ td {
padding: 0 1rem 1rem 1rem;
vertical-align: top;
}
-
-h1 {
- margin-bottom: 2rem;
- font-weight: normal;
-}
\ No newline at end of file
diff --git a/site/styles/style.css b/site/styles/style.css
index cbd855954..4553a45d8 100644
--- a/site/styles/style.css
+++ b/site/styles/style.css
@@ -68,6 +68,13 @@ main {
overflow: auto;
}
+main h1 {
+ margin-bottom: 2rem;
+ font-weight: normal;
+ font-size: 1.5em;
+ font-variant-caps: small-caps;
+}
+
a,
a:visited {
text-decoration: none;