:root{background-color:#111;color:#eee}@font-face{font-family:Inter;src:url(/InterVariable.woff2) format("woff2")}body{font-family:Inter;display:flex;justify-content:center;align-items:center;min-height:100dvh;font-size:15pt;font-weight:500;margin:0}#logo{display:flex;align-items:center;color:#eee;text-decoration:none;padding:1em 2em;animation-name:fade;animation-duration:100s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,1,0,1)}#logo p{margin:.1em}#logo:hover{animation-name:pulse;animation-duration:100s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,1,0,1)}@keyframes pulse{0%{background-color:#ffffff1a;border-radius:.01em}to{background-color:#ffffff0f;border-radius:.5em}}@keyframes fade{0%{background-color:#ffffff0f;border-radius:1em}to{background-color:#fff0;border-radius:2em}}
