html, body {height: 99%;width: 99%}
body {background: #1A1A1A;color:#C0C0C0;font-family: Montserrat;font-size: 66px;letter-spacing: -11px;line-height: 53px;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #FFFFFF;}
.container {position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
.time {animation: glow 1s ease-in-out infinite alternate;-webkit-animation: glow 1s ease-in-out infinite alternate;-moz-animation: glow 1s ease-in-out infinite alternate;animation: glow 1s ease-in-out infinite alternate;}
@-webkit-keyframes glow { from {text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FFFFFF, 0 0 30px #D4AF37, 0 0 40px #D4AF37, 0 0 50px #D4AF37, 0 0 60px #D4AF37, 0 0 70px #D4AF37;} to {text-shadow: 0 0 20px #FFFFFF, 0 0 30px #C0C0C0, 0 0 40px #C0C0C0, 0 0 50px #C0C0C0, 0 0 60px #C0C0C0, 0 0 70px #C0C0C0, 0 0 80px #C0C0C0;} }
video {object-fit: cover;width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;}