*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%}#root{width:100vw;height:100vh;display:grid;place-items:center}.devil-image{position:relative;z-index:2;max-width:min(55vw,420px);height:auto;animation:slow-blink 4s ease-in-out infinite}.devil-link{position:fixed;z-index:1;width:120px;height:120px;display:block;cursor:pointer}@media(min-width:768px){.devil-link{width:170px;height:170px}}@media(min-width:1024px){.devil-link{width:200px;height:200px}}.devil-gif{width:100%;height:100%;object-fit:contain;display:block}@keyframes slow-blink{0%,to{opacity:1}50%{opacity:.02}}
