diff --git a/html/style.css b/html/style.css
index 19d6375..e311f8b 100644
--- a/html/style.css
+++ b/html/style.css
@@ -33,6 +33,7 @@ input{
padding: 20px; /* Padding added to the main content area */
border-radius: 10px;
backdrop-filter: blur(5px); /* Provide a translucent frosted-glass effect */
+ -webkit-backdrop-filter: blur(5px);
background-color: rgba(255, 255, 255, 0.2); /* Slightly white transparent background */
display: flex; /* Adding flex properties to layout contents */
flex-direction: column; /* Stack children elements vertically */