:root{--background:#FFECCD;--foreground:#3b2f2f}body,html{height:100%;width:100%;margin:0;padding:0;overflow-x:hidden;background-color:var(--background);color:var(--foreground);font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.5;font-weight:400;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;display:flex;flex-direction:column}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}*,:after,:before{box-sizing:border-box}.home-link{position:fixed;top:1rem;left:1rem;font-size:1.5rem;font-family:Courier New,Courier,monospace;z-index:9999;color:var(--foreground);text-decoration:none;transition:color .2s ease-in-out}.home-link:hover{color:#b53329;text-decoration:underline}.home-button{position:fixed;top:16px;left:16px;z-index:1000;display:inline-block;transition:transform .15s ease-in-out}.home-button:hover{transform:scale(1.25)}