body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ascii-art{color:#fff;font-family:Courier New,Courier,monospace;font-size:1rem;font-size:min(1rem,1.2vw);text-align:center;white-space:pre;display:inline-block;line-height:1.1}@media(max-width:768px){.ascii-art{color:#fff;font-family:Courier New,Courier,monospace;font-size:.85rem;font-size:min(1rem,1vw);text-align:center;white-space:pre;display:inline-block;line-height:1.1}}.App{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100vh;background-color:#000;overflow:hidden;width:100vw;padding-top:30vh;box-sizing:border-box}@keyframes drip{0%{transform:translateY(0) scaleY(1);opacity:1}20%{transform:translateY(0) scaleY(1)}40%{transform:translateY(10px) scaleY(1.5);opacity:.8}60%{transform:translateY(50px) scaleY(.5);opacity:0}80%{transform:translateY(0) scaleY(1);opacity:0}to{transform:translateY(0) scaleY(1);opacity:1}}.drip-char{display:inline-block;transform-origin:top}
