diff --git a/overrides/404.html b/overrides/404.html
index d4da37c1..a7bca176 100644
--- a/overrides/404.html
+++ b/overrides/404.html
@@ -12,7 +12,9 @@
background-image: url("looking-for-it_web72_19201080.JPG");
background-repeat: no-repeat;
background-attachment: fixed;
- background-size: cover;
+ background-size: contain;
+ background-color: black;
+ background-position: center;
}
@@ -26,7 +28,7 @@
section.notFound h1 {
color: orange;
- font-size: 50px;
+ font-size: 30px;
margin-bottom: 45px;
}
@@ -58,7 +60,7 @@
}
section.notFound h1 {
color: orange;
- font-size: 40px;
+ font-size: 20px;
}
div.text a {
color: red;