diff --git a/index.html b/index.html
index 043c738..9cacef4 100644
--- a/index.html
+++ b/index.html
@@ -31,10 +31,9 @@
#notification-container {
position: fixed;
top: 20px;
- left: 50%;
- transform: translateX(-50%);
- width: 80%;
- max-width: 600px;
+ right: 20px;
+ width: 300px;
+ max-width: 80%;
z-index: 2000;
font-family: Arial, sans-serif;
pointer-events: none;