diff --git a/client/angular.json b/client/angular.json
index 584476b3fdeac0c863d8a4e1ea12f12436f25216..bda344e06cf968a0305ef617c48794ecb6066c52 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -26,6 +26,7 @@
               "./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
               "./node_modules/bootstrap/dist/css/bootstrap.css",
               "node_modules/prismjs/plugins/line-highlight/prism-line-highlight.css",
+              "src/dracula_own/darkula.css",
               "src/styles.scss"
             ],
             "scripts": ["node_modules/marked/lib/marked.js",
diff --git a/client/src/dracula_own/darkula.css b/client/src/dracula_own/darkula.css
new file mode 100644
index 0000000000000000000000000000000000000000..bf8de451996f9104f500533eafe66b26aa94f839
--- /dev/null
+++ b/client/src/dracula_own/darkula.css
@@ -0,0 +1,105 @@
+/**
+ * Dracula Theme originally by Zeno Rocha [@zenorocha]
+ * https://draculatheme.com/
+ *
+ * Ported for PrismJS by Albert Vallverdu [@byverdu]
+ */
+
+code[class*="language-"],
+pre[class*="language-"] {
+  color: #f8f8f2;
+  background: none;
+  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
+  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+  text-align: left;
+  white-space: pre;
+  word-spacing: normal;
+  word-break: normal;
+  word-wrap: normal;
+  line-height: 1.5;
+  -moz-tab-size: 4;
+  -o-tab-size: 4;
+  tab-size: 4;
+  -webkit-hyphens: none;
+  -moz-hyphens: none;
+  -ms-hyphens: none;
+  hyphens: none; }
+
+/* Code blocks */
+pre[class*="language-"] {
+  padding: 1em;
+  margin: .5em 0;
+  overflow: auto;
+  border-radius: 0.3em; }
+
+:not(pre) > code[class*="language-"],
+pre[class*="language-"] {
+  background: #282a36; }
+
+/* Inline code */
+:not(pre) > code[class*="language-"] {
+  padding: .1em;
+  border-radius: .3em;
+  white-space: normal; }
+
+.token.comment,
+.token.prolog,
+.token.doctype,
+.token.cdata {
+  color: #6272a4; }
+
+.token.punctuation {
+  color: #f8f8f2; }
+
+.namespace {
+  opacity: .7; }
+
+.token.property,
+.token.tag,
+.token.constant,
+.token.symbol,
+.token.deleted {
+  color: #ff79c6; }
+
+.token.boolean,
+.token.number {
+  color: #bd93f9; }
+
+.token.selector,
+.token.attr-name,
+.token.string,
+.token.char,
+.token.builtin,
+.token.inserted {
+  color: #50fa7b; }
+
+.token.operator,
+.token.entity,
+.token.url,
+.language-css .token.string,
+.style .token.string,
+.token.variable {
+  color: #f8f8f2; }
+
+.token.atrule,
+.token.attr-value,
+.token.function,
+.token.class-name {
+  color: #f1fa8c; }
+
+.token.keyword {
+  color: #8be9fd; }
+
+.token.regex,
+.token.important {
+  color: #ffb86c; }
+
+.token.important,
+.token.bold {
+  font-weight: bold; }
+
+.token.italic {
+  font-style: italic; }
+
+.token.entity {
+  cursor: help; }
diff --git a/gateway/kataDocuments/5fe13f0a-5461-4024-a1f1-6d1955a51751/487df85c-0599-4b93-8e91-a3ab11841909.jpg b/gateway/kataDocuments/5fe13f0a-5461-4024-a1f1-6d1955a51751/487df85c-0599-4b93-8e91-a3ab11841909.jpg
deleted file mode 100644
index 8ad392425657eab37058a2b2110c06d894c184f5..0000000000000000000000000000000000000000
Binary files a/gateway/kataDocuments/5fe13f0a-5461-4024-a1f1-6d1955a51751/487df85c-0599-4b93-8e91-a3ab11841909.jpg and /dev/null differ
diff --git a/gateway/kataDocuments/97614887-c6d0-47ca-82a5-68de490add04/b934781a-eac8-4cff-92e0-c080e3cf834c.pdf b/gateway/kataDocuments/97614887-c6d0-47ca-82a5-68de490add04/b934781a-eac8-4cff-92e0-c080e3cf834c.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..e87510a3f591dcc849551b26e40ce2ea187061a1
Binary files /dev/null and b/gateway/kataDocuments/97614887-c6d0-47ca-82a5-68de490add04/b934781a-eac8-4cff-92e0-c080e3cf834c.pdf differ