diff --git a/frontend-react/src/index.css b/frontend-react/src/index.css
index 8432f101b4b1016f6738cbc3084a214ef83e9667..9d7cf0d45918a53274359fd48f378fe42a257fd5 100644
--- a/frontend-react/src/index.css
+++ b/frontend-react/src/index.css
@@ -1,22 +1,10 @@
-.bd-placeholder-img {
-    font-size: 1.125rem;
-    text-anchor: middle;
-    -webkit-user-select: none;
-    -moz-user-select: none;
-    user-select: none;
-}
-
-@media (min-width: 768px) {
-    .bd-placeholder-img-lg {
-        font-size: 3.5rem;
-    }
-}
-
 body {
-    background-color: #edeff2;
-    font-family: "Calibri", "Roboto", sans-serif;
+    margin: 0;
+    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+    -webkit-font-smoothing: antialiased;
+    -moz-osx-font-smoothing: grayscale;
 }
 
-#chatbot {
-    position: relative;
-}
\ No newline at end of file
+code {
+    font-family: 'Courier New', Courier, monospace;
+}