body{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#02343f;font-family:"Courier New",Courier,monospace;color:#f0edcc}body .banner{white-space:pre;font-size:max(.2rem, 1vmin);text-align:center;color:inherit}main{display:grid;gap:1rem;grid-template-rows:minmax(2.5rem,30vmin) auto auto auto;place-items:center}main a{color:inherit}.cat{font-weight:900;margin-inline:auto;width:fit-content;font-family:'Courier New',Courier,monospace}.tail{display:inline-block;animation:swing 2s infinite;transform-origin:bottom left}@keyframes swing{0%,100%{transform:rotate(0)}50%{transform:rotate(30deg)}}.message{font-size:16px;text-align:center;line-height:1.2}.socials{font-size:8px;font-family:monospace;grid-template-rows:auto;display:flex;align-items:center;justify-content:center;gap:.5rem}.socials a{padding:1rem;grid-row:1;text-decoration:none}.sr-only:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
