.cursor{animation:blink 1s infinite}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}:root{--accent-color: #642ab5}#root{height:100%;width:100%;margin:0 1rem;display:grid;grid-template-rows:1fr auto}.intro{display:grid;align-items:center;justify-content:center;align-content:center}.headline{text-align:center}.headline-2{text-align:center;opacity:0;transform:translateY(.5rem);animation:enter 2s forwards;animation-delay:4s}.headline-3{text-align:center;opacity:0;transform:translateY(.5rem);animation:enter 2s forwards;animation-delay:4.5s}a{transition:all .5s ease}a:link,a:visited{color:var(--accent-color)}@keyframes enter{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}footer{display:grid;justify-content:center;text-align:center;padding-bottom:1rem;margin:0 1rem;border-radius:1rem 1rem 0 0;background-color:var(--accent-color)}footer .footer-text{display:grid;grid-auto-flow:column;gap:1rem;align-content:center;align-items:center}footer .icon{transition:all .5s ease;-webkit-user-select:none;-ms-user-select:none;user-select:none}footer .icon:hover{filter:drop-shadow(0 0 5px #fff);translate:0 -3px}@font-face{font-family:Nunito;font-style:normal;font-weight:400;src:url(/assets/nunito-v25-latin-regular-Bm3lIoXr.eot);src:local(""),url(/assets/nunito-v25-latin-regular-Bm3lIoXr.eot?#iefix) format("embedded-opentype"),url(/assets/nunito-v25-latin-regular-CZyQWxrc.woff2) format("woff2"),url(/assets/nunito-v25-latin-regular-CBCmdKB7.woff) format("woff"),url(/assets/nunito-v25-latin-regular-D6BjLZjA.ttf) format("truetype"),url(/assets/nunito-v25-latin-regular-Do4KXRkY.svg#Nunito) format("svg")}html{height:100%;width:100%}body{margin:0 auto;display:flex;place-items:center;height:100%;font-family:Nunito,sans-serif;color:#fff;background:linear-gradient(45deg,#000,#141414)}h1{font-size:3.2em;line-height:1.1}
