:root{--font:sofia-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}html{height:100%}body{font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;position:relative;font-weight:600;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:calc(100% - 48px);padding:36px 24px;text-align:center;background:#0a0064;color:#fff;text-wrap:pretty}a{font-weight:800;margin:0}h1{font-size:30px;margin-bottom:0}a{color:#fff;text-decoration:none}p{color:rgba(255,255,255,.82);font-size:20px;margin:.5em 0 1.5em}p strong{color:#fff}hr{border:none;height:6px;width:60px;background:rgba(0,0,0,.4);border-radius:6px;margin:48px 0}span.emoji{font-size:74px;animation:wobbly 4s ease-in-out infinite}span.appicon img{border-radius:24%;animation:shake .85s cubic-bezier(.36,.07,.19,.97)1 both,shake-to-wobbly 1s ease-in-out 1 both,wobbly 4s ease-in-out infinite;animation-delay:1.15s,3s,4s}p,div{max-width:520px}div{width:100%}div a{background:rgba(255,255,255,.1);line-height:1.2}div.games{display:grid;grid-template-columns:repeat(1,1fr);-moz-column-gap:12px;column-gap:12px;row-gap:12px}div.games a{display:flex;padding:16px 24px;justify-content:space-between;align-items:center;min-height:65px;border-radius:19px}div.games a:nth-of-type(1) span.emoji{animation-delay:-.08s}div.games a:nth-of-type(2) span.emoji{animation-delay:-.16s}div.games a:nth-of-type(3) span.emoji{animation-delay:-.24s}div.games a:nth-of-type(4) span.emoji{animation-delay:-.32s}div.games a:nth-of-type(5) span.emoji{animation-delay:-.4s}div.games a:nth-of-type(6) span.emoji{animation-delay:-.48s}div.games a:nth-of-type(7) span.emoji{animation-delay:-.56s}div.games a:nth-of-type(8) span.emoji{animation-delay:-.64s}div.games span.title{font-size:22px;text-align:left}div.games span.emoji{font-size:50px}div.ctas{display:flex;justify-content:center;align-items:center;flex-direction:column}div.ctas a{font-size:20px;min-height:56px;display:flex;justify-content:center;align-items:center;padding:0 16px;border-radius:99px;width:calc(100% - 32px);margin-bottom:12px}@keyframes wobbly{0%,100%{transform:translateY(5%)skew(3deg)}25%,75%{transform:translateY(-5%)}50%{transform:translateY(5%)skew(-3deg)}}@keyframes shake{0%{transform:translate(1px,1px)rotate(0)}10%{transform:translate(-1px,-2px)rotate(-1deg)}20%{transform:translate(-3px,0)rotate(1deg)}30%{transform:translate(3px,2px)rotate(0)}40%{transform:translate(1px,-1px)rotate(1deg)}50%{transform:translate(-1px,2px)rotate(-1deg)}60%{transform:translate(-3px,1px)rotate(0)}70%{transform:translate(3px,1px)rotate(-1deg)}80%{transform:translate(-1px,-1px)rotate(1deg)}90%{transform:translate(1px,2px)rotate(0)}100%{transform:translate(1px,-2px)rotate(-1deg)}}@keyframes shake-to-wobbly{100%{transform:translateY(5%)skew(3deg)}}