diff --git a/wled00/data/404.htm b/wled00/data/404.htm
index 87244a94f..260253a38 100644
--- a/wled00/data/404.htm
+++ b/wled00/data/404.htm
@@ -1,47 +1,47 @@
-
-
-
-
- Not found
-
-
-
-
-404 Not Found
-Akemi does not know where you are headed...
-
-
+ img {
+ width: 400px;
+ max-width: 50%;
+ image-rendering: pixelated;
+ image-rendering: crisp-edges;
+ margin: 25px 0 -10px 0;
+ }
+
+ button {
+ outline: none;
+ cursor: pointer;
+ padding: 8px;
+ margin: 10px;
+ width: 230px;
+ text-transform: uppercase;
+ font-family: helvetica;
+ font-size: 19px;
+ background-color: #333;
+ color: white;
+ border: 0px solid white;
+ border-radius: 25px;
+ }
+
+
+
+
+ 404 Not Found
+ Akemi does not know where you are headed...
+
+