.garland{text-align:center;white-space:nowrap;overflow:hidden;position:absolute;z-index:1;margin:-15px 0 0 0;padding:0;pointer-events:none;width:100%}.garland li{position:relative;animation-fill-mode:both;animation-iteration-count:infinite;list-style:none;padding:0;width:10px;height:15px;border-radius:50%;margin:15px;display:inline-block;background:#f00;box-shadow:0 3px 20px 3px #f00;animation-name:flash-red;animation-duration:2s}.garland li:nth-child(2n+1){background:#0f0;box-shadow:0 3px 20px 3px #0f0;animation-name:flash-green;animation-duration:.4s}.garland li:nth-child(4n+2){background:#00f;box-shadow:0 3px 20px 3px #00f;animation-name:flash-blue;animation-duration:1.1s}.garland li:nth-child(6n+3){background:#ff0;box-shadow:0 3px 20px 3px #ff0;animation-name:flash-yellow;animation-duration:1.1s}.garland li:nth-child(odd){animation-duration:1.8s}.garland li:nth-child(3n+1){animation-duration:1.4s}.garland li:before{content:"";position:absolute;background:#222;width:8px;height:5px;border-radius:3px;top:-2.5px;left:1px}.garland li:after{content:"";top:-7.5px;left:7px;position:absolute;width:42px;height:10px;border-bottom:solid #222 2px;border-radius:50%}.garland li:last-child:after{content:none}.garland li:first-child{margin-left:-30px}@keyframes flash-red{0%,100%{background:#f00;box-shadow:0 3px 20px 3px #f00}50%{background:#800;box-shadow:0 3px 20px 3px rgba(255,0,0,.2)}}@keyframes flash-green{0%,100%{background:#0f0;box-shadow:0 3px 20px 3px #0f0}50%{background:#080;box-shadow:0 3px 20px 3px rgba(0,255,0,.2)}}@keyframes flash-blue{0%,100%{background:#00f;box-shadow:0 3px 20px 3px #00f}50%{background:#008;box-shadow:0 3px 20px 3px rgba(0,0,255,.2)}}@keyframes flash-yellow{0%,100%{background:#ff0;box-shadow:0 3px 20px 3px #ff0}50%{background:#880;box-shadow:0 3px 20px 3px rgba(255,255,0,.2)}}a,button,video{position:relative}.snow{position:fixed;width:100%;height:100%;background-image:url('img/snow.png'),url('img/snow3.png'),url('img/snow2.png');-webkit-animation:snowing 20s linear infinite;-moz-animation:snowing 20s linear infinite;-ms-animation:snowing 20s linear infinite;animation:snowing 20s linear infinite}@keyframes snowing{0%{background-position:0 0,0 0,0 0}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-moz-keyframes snowing{0%{background-position:0 0,0 0,0 0}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-webkit-keyframes snowing{0%{background-position:0 0,0 0,0 0}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-ms-keyframes snowing{0%{background-position:0 0,0 0,0 0}100%{background-position:500px 1000px,400px 400px,300px 300px}}