diff --git a/autori.html b/autori.html
new file mode 100644
index 0000000..af9aa44
--- /dev/null
+++ b/autori.html
@@ -0,0 +1,32 @@
+
+
+
+
+ Autoři tohoto projektu jsou Václav Šmejkal a Dino Suljakovič.
+
+
+ Dino:
+ Člověk co se snaží něco dělat.
+ Designér.
+
+
+ Vašek:
+ Profesionální sebevrah, kriminálník, vandal.
+ Autor většiny fotografií, programátor.
+
+
+
+
+
\ No newline at end of file
diff --git a/res/autori/style.css b/res/autori/style.css
new file mode 100644
index 0000000..8905b5a
--- /dev/null
+++ b/res/autori/style.css
@@ -0,0 +1,38 @@
+#centered
+{
+ margin-top: 1vh;
+ display: flex;
+}
+
+#centered > div, #autori_text
+{
+ color: #C1BFBE;
+}
+
+#autori_text
+{
+ border-color: #3E392F;
+ background: #6F7270;
+ width: fit-content;
+ padding: 1vh;
+ border-radius: 0.5vh;
+ margin: auto;
+ margin-top: 30vh;
+}
+
+.nadpis
+{
+ font-weight: bold;
+}
+
+#dino
+{
+ margin-left: auto;
+ margin-right: 2vh;
+}
+
+#vasek
+{
+ margin-right: auto;
+ margin-left: 2vh;
+}
\ No newline at end of file