diff --git a/frontend/css/style.css b/frontend/css/style.css index 4e8c79b..dbdd4af 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -310,14 +310,16 @@ html, body { display: flex; align-items: center; justify-content: center; - background: rgba(0, 0, 0, 0.6); + background: transparent; z-index: 10; + pointer-events: none; } .compte-a-rebours span { - font-size: 12rem; - font-weight: 700; - color: var(--primaire); + font-size: 14rem; + font-weight: 800; + color: #ffffff; + text-shadow: 0 0 40px rgba(0,0,0,0.8), 0 0 80px var(--primaire); animation: pop 0.5s ease; }