diff --git a/index.html b/index.html
index b283942..f90ba54 100644
--- a/index.html
+++ b/index.html
@@ -13,6 +13,8 @@
justify-content: center;
height: 100vh; /* Full viewport height */
margin: 0;
+ background-color: black; /* Set the background color to black */
+ color: white; /* Set text color to white */
}
input[type="text"] {