diff --git a/html/style.css b/html/style.css index 044b15d..a35111a 100644 --- a/html/style.css +++ b/html/style.css @@ -18,14 +18,19 @@ body { display: none; z-index: 5; color: #fff; - width: 15%; + width: 25%; position: fixed; - bottom: 15%; + bottom: 5%; left: 0; right: 0; margin-left: auto; margin-right: auto; font-family: "Poppins", sans-serif; + border: 2px solid #dc143c; + border-radius: 8px; + padding: 10px; + background-color: rgba(0, 0, 0, 0.7); + box-shadow: 0 0 15px rgba(220, 20, 60, 0.8); } .progress-labels {