.error-screen{width:100svw;height:100svh;text-shadow:0 1px hsl(var(--background));display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:hsl(var(--muted));color:hsl(var(--foreground))}.logo{width:4rem;height:4rem;filter:drop-shadow(0 1px 0 hsl(var(--background)))}main{margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}h1{text-align:center;font-size:1.125rem;line-height:1.75rem;font-weight:600}a{color:hsl(var(--link))}a:hover{text-decoration-line:underline}