body{font-size:22px;margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;min-height:100vh;display:grid;align-items:center;justify-items:center;overflow:hidden}*{box-sizing:border-box}.backgroundImage{animation-name:background;animation-iteration-count:1;animation-fill-mode:both;animation-duration:5s}.sealImage{animation-name:sealShine;animation-iteration-count:1;animation-fill-mode:both;animation-duration:5s}.foregroundImage{animation-name:foreground;animation-iteration-count:1;animation-fill-mode:both;animation-duration:5s;bottom:0;right:0}.backgroundImage,.foregroundImage,.sealImage{object-fit:cover;position:absolute;width:100%;height:100%}@keyframes background{0%{width:160%}to{width:100%}}@keyframes sealShine{0%{transform:translateX(100px)}to{transform:translateX(0)}}@keyframes foreground{0%{width:160%;opacity:.75}to{width:100%;opacity:1}}