*{max-width:100%}body{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:100vh;max-height:100vh;text-align:center;background:#000;overflow:hidden;color:#fff}body.orange-alert{background-color:#fff;animation-name:colororange;animation-duration:3s;animation-iteration-count:infinite}@keyframes colororange{0%{background-color:#000}50%{background-color:orange}to{background-color:#000}}body.red-alert{background-color:#fff;animation-name:color;animation-duration:1s;animation-iteration-count:infinite}@keyframes color{0%{background-color:#000}50%{background-color:#f23329}to{background-color:#000}}div#counter{text-align:center;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.marquee,marquee{display:-ms-flexbox;display:flex;margin:0 auto;font-size:8.33333vw;font-family:arial;margin:0 20px}.Countdown{margin:10px auto;padding-bottom:20px}.Countdown-col{display:inline-block}.Countdown-col-element{display:inline-block;margin:0 5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Countdown-col-element strong{font-size:20vw;font-family:arial}.Countdown-col-element span{font-family:arial;font-size:2.5vw;font-weight:700}marquee{font-size:10vw;text-transform:uppercase!important;font-weight:700}@media (max-width:767.98px){.Countdown-col-element strong{font-size:10vw}.Countdown-col-element span{font-size:1.66667vw}marquee{font-size:7.5vw}}