diff --git a/images/03/schweigen_lämmer.jpg b/images/03/silence_lambs.jpg
similarity index 100%
rename from images/03/schweigen_lämmer.jpg
rename to images/03/silence_lambs.jpg
diff --git a/index.html b/index.html
index fab0dee..76889fe 100644
--- a/index.html
+++ b/index.html
@@ -27,9 +27,10 @@
diff --git a/sections/03.md b/sections/03.md
new file mode 100644
index 0000000..ee699c4
--- /dev/null
+++ b/sections/03.md
@@ -0,0 +1,216 @@
+# ROUND 3
+
+---
+
+# 1
+
+
+---
+
+```
+get_noise(sheep)
+> 0
+```
+
+---
+
+
+
+
+---
+
+
+
+
The Silence of the Lambs (dt. Das Schweigen der Lämmer, 1991)
+
+ source: https://en.wikipedia.org/wiki/File:The_Silence_of_the_Lambs_poster.jpg
+
+
+
+
+---
+
+# 2
+
+
+---
+
+```
+int whatCounter = 0;
+
+if (answer.equals("what") whatCounter++;
+
+if (whatCounter > 3) {
+ dare();
+ doubleDare();
+
+ if (repeatQuestion().equals("what")) {
+ shoot();
+ } else {
+ new UnsupportedOperationException("Not implemented");
+ }
+}
+```
+
+---
+
+
+
+
+---
+
+
+
+
Pulp Fiction (1994)
+
+ source: https://en.wikipedia.org/wiki/File:Pulp_Fiction_(1994)_poster.jpg
+
+
+
+
+---
+
+# 3
+
+
+---
+
+```
+0000 0000 0111
+```
+
+---
+
+
+
+
+---
+
+
+
+
James Bond (1953-)
+
+ source: https://en.wikipedia.org/wiki/File:Octopussy_-_UK_cinema_poster.jpg
+
+
+
+
+---
+
+# 4
+
+
+---
+
+```
+lives_in _forest(b)
+dies(parent_of(b) AND mother_of(b))
+```
+
+---
+
+
+
+
+---
+
+
+
+
Bambi (1942)
+
+ source: https://en.wikipedia.org/wiki/File:Walt_Disney's_Bambi_poster.jpg
+
+
+
+
+---
+
+# 5
+
+
+---
+
+```
+if (hero.dies()) {
+ hero.regenerates()
+}
+```
+
+---
+
+
+
+
+---
+
+
+
+
Doctor Who (1963-)
+
+ source: https://commons.wikimedia.org/wiki/File:Dr_Who_(316350537).jpg
+
+
+
+
+---
+
+# 6
+
+
+---
+
+```
+Object[] objects
+objects.weirdness = 0
+
+while (true) {
+ objects.weirdness++
+}
+```
+
+---
+
+
+
+
+---
+
+
+
+
Stranger Things (2016-)
+
+ source: https://commons.wikimedia.org/wiki/File:Stranger_Things_logo.png
+
+
+
+
+---
+
+# 7
+
+
+---
+
+```
+is_palindrome(bandname)
+> True
+len(bandname)
+> 4
+```
+
+---
+
+
+
+
+---
+
+
+
+
ABBA
+
+ source: https://commons.wikimedia.org/wiki/File:ABBA_-_TopPop_1974_5.png
+
+
+
+
diff --git a/sections/04.md b/sections/04.md
new file mode 100644
index 0000000..abb6c80
--- /dev/null
+++ b/sections/04.md
@@ -0,0 +1,202 @@
+# ROUND 4
+
+---
+
+# 1
+
+
+---
+
+```
+www.apple.com
+403 Forbidden
+```
+
+---
+
+
+
+
+---
+
+
+
+
Bible
+
+ source: https://www.etsy.com/listing/41102452/eve-and-the-serpent-work-safe-decal
+
+
+
+
+---
+
+# 2
+
+
+---
+
+```
+call.(HOME)
+```
+
+---
+
+
+
+
+---
+
+
+
+
ET (1982)
+
+ source: https://en.wikipedia.org/wiki/File:E_t_the_extra_terrestrial_ver3.jpg
+
+
+
+
+---
+
+# 3
+
+
+---
+
+```
+"[][]"
+```
+
+---
+
+
+
+
+---
+
+
+
+
The Matrix (1999)
+
+ source: https://en.wikipedia.org/wiki/File:The_Matrix_Poster.jpg
+
+
+
+
+---
+
+# 4
+
+
+---
+
+```
+$ ps
+PID TTY TIME CMD
+1730 pts/0 00:00:00 bash
+1840 pts/0 00:01:00 bride
+1844 pts/0 00:03:00 bill
+
+$ kill 1844
+```
+
+---
+
+
+
+
+---
+
+
+
+
Kill Bill (2003)
+
+ source: https://en.wikipedia.org/wiki/File:Kill_Bill_Volume_1.png
+
+
+
+
+---
+
+# 5
+
+
+---
+
+```
+mirror.set_color(#000000)
+```
+
+---
+
+
+
+
+---
+
+
+
+
Black Mirror (2011-)
+
+ source: https://en.wikipedia.org/wiki/File:BlackMirrorTitleCard.jpg
+
+
+
+
+---
+
+# 6
+
+
+---
+
+```
+if read.file(EATME.txt):
+ heroine.size++
+ heroine.size--
+```
+
+---
+
+
+
+
+---
+
+
+
+
Alice in Wonderland (1865)
+
+ source: https://commons.wikimedia.org/wiki/File:Alice_par_John_Tenniel_04.png
+
+
+
+
+---
+
+# 7
+
+
+---
+
+```
+for bad in things:
+ if self.has_illness():
+ break
+```
+
+---
+
+
+
+
+---
+
+
+
+
Breaking Bad (2008-2013)
+
+ source: https://en.wikipedia.org/wiki/File:Breaking_Bad_title_card.png
+
+
+
+