diff --git a/css/search.css b/css/search.css
index a06c176..e60047c 100644
--- a/css/search.css
+++ b/css/search.css
@@ -71,6 +71,25 @@ html, body {
position: fixed;
}
+ #foundcounter {
+ padding: 50px;
+ padding-left: 0;
+ color: white;
+ font-family: 'Roboto';
+ bottom: 10px;
+ width: 100%;
+ position: fixed;
+ }
+
+ #foundcounterno {
+ padding: 50px;
+ padding-left: 0;
+ color: white;
+ font-family: 'Roboto';
+ bottom: 30px;
+ width: 100%;
+ position: fixed;
+ }
.sidebar a:hover {
color: gray;
diff --git a/index.html b/index.html
index 2abdad4..54bb46f 100644
--- a/index.html
+++ b/index.html
@@ -23,11 +23,25 @@