body { font-family: Arial, sans-serif; }
.notification { position: fixed; z-index:20000; bottom: 100px; left: 20px; background-color:#005858; color: white; padding: 15px; border-radius: 5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); font-size: 16px; transition: transform 0.5s ease, bottom 0.5s ease; max-width: 400px; }
.notification h4 { margin: 0 0 10px 0; font-size: 18px; font-weight: bold; }
.notification p { justify; padding:0px; } 
.stars { color: green; font-size: 18px; }
.notification.show { bottom: 20px; }
.notification.hide { bottom: -150px; }
