diff --git a/app.css b/app.css
index c37eab282742529ce591e61cda96c9401a08b514..fe18c79e316e493b81702096738c0aeb0fc23074 100644
--- a/app.css
+++ b/app.css
@@ -107,7 +107,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 #firmwareTable h1 {
-  color: #dc0067;
+  color: #f9a62b;
 }
 
 .firmwareTableLink {
@@ -132,11 +132,11 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 #wizard #model-pane {
-  border-left: 3px solid #dc0067;
+  border-left: 3px solid #f9a62b;
 }
 
 #wizard #model-pane h1 {
-  color: #dc0067;
+  color: #f9a62b;
 }
 
 #wizard #model-pane input {
@@ -220,7 +220,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 #wizard select.invalid {
-  border: 1px solid #dc0067;
+  border: 1px solid #f9a62b;
   box-shadow: 0.125em 0.125em 0.5em rgba(219, 0, 102, 0.125);
 }
 
diff --git a/ffs-logo.png b/ffs-logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..043cb19734e71abe649a667cd9ac1ff9a57ef225
Binary files /dev/null and b/ffs-logo.png differ
diff --git a/index.html b/index.html
index 674d253c40242d8b05fad7cd7e399b860023d588..66e18c7d6b46ca637981021c6797f0e0d8fed3fb 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
     <div id="currentVersions">
     </div>
     <div id="wizard">
-      <img src="./router.png" >
+      <img src="./ffs-logo.png" class="center">
       <div class="pane-wrapper">
         <div id="model-pane" class="pane">
           <span class="firmwareTableLink">Tabelle anzeigen</span>