@keyframes blink{0%,50%,to{background-color:#ff5e08}25%,75%{background-color:#007500}}#sh-xmas-container{position:relative;width:80vmin;height:80vmin;margin:auto;overflow:visible}#foregroundSnowLayer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:4}.grid{display:grid;grid-template-columns:repeat(32,1fr);grid-template-rows:repeat(32,1fr);width:100%;height:100%;position:relative;z-index:1}.pixel{width:92%;height:92%;border-radius:8px}.background{background-color:#e3e8e6}.light,.tree{background-color:#007500;position:relative;z-index:2}.light{background-color:#ff5e08;animation:blink 3s infinite}.foreground-snowflake{position:absolute;width:calc(100%/32);height:calc(100%/32);background-color:#fff;z-index:4}