diff --git a/docs/acknowledgements.md b/docs/acknowledgements.md
index fe9cea7897aa5a1ac48b3bd85e60e3262dcbd08f..1723086214e0b23fe1969f5adf5b574e9785c317 100644
--- a/docs/acknowledgements.md
+++ b/docs/acknowledgements.md
@@ -1,5 +1,8 @@
-The official acknowledgments:
-
-|             |                                      |
-| ----------- | ------------------------------------ |
-| <p align="center"><img src="../img/MV_CMYK-EN.gif"></p> | This research is supported by the Open Calls for Security Research 2023–2029 (OPSEC) program granted by the Ministry of the Interior of the Czech Republic under No. [VK01030007 – Intelligent Tools for Planning, Conducting, and Evaluating Tabletop Exercises.](https://www.muni.cz/en/research/projects/69231)  |
\ No newline at end of file
+<div class="container" markdown>
+<div class="content" markdown>
+<img class="ack_logo" src="../img/Logo_BW_inverz.png">
+<div markdown>
+This research is supported by the Open Calls for Security Research 2023–2029 (OPSEC) program granted by the Ministry of the Interior of the Czech Republic under No. [VK01030007 – Intelligent Tools for Planning, Conducting, and Evaluating Tabletop Exercises.](https://www.muni.cz/en/research/projects/69231) 
+</div>
+</div>
+</div>
\ No newline at end of file
diff --git a/docs/img/Logo_BW_inverz.png b/docs/img/Logo_BW_inverz.png
new file mode 100644
index 0000000000000000000000000000000000000000..75c93107915f6d474217f87703bdfe1112196f7b
Binary files /dev/null and b/docs/img/Logo_BW_inverz.png differ
diff --git a/docs/img/MV_CMYK-EN.gif b/docs/img/MV_CMYK-EN.gif
deleted file mode 100644
index cbc33e5f312af4b88d46983396134f4da4e64248..0000000000000000000000000000000000000000
Binary files a/docs/img/MV_CMYK-EN.gif and /dev/null differ
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 13e74692562cfa7fb66f6317d4d615aa0caa2a91..55e4b9c4e0824a71aab1c11721e8c98bf9f76e4c 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -176,4 +176,21 @@ span div:nth-child(1) > div:nth-child(1) > pre:nth-child(1) > code:nth-child(1)
 
 tr td {
     vertical-align: middle !important;
+}
+
+.container {
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+
+.content {
+    display: flex;
+    align-items: center;
+}
+
+.ack_logo {
+    max-width: 13rem !important;
+    height: auto !important;
+    margin-right: 10px;
 }
\ No newline at end of file