html,body,#root{width:100%;height:100%;margin:0}*{box-sizing:border-box}.container{color:#fff;text-align:center;background:#050505;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;overflow:hidden}@keyframes spinClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinCounter{0%{transform:rotate(360deg)}to{transform:rotate(0)}}p{margin-bottom:1rem;font-size:2rem;transform:translate(-5px,-50px)}.subtitle{margin-bottom:1rem;font-size:1.5rem}.description{color:#888}.container{background:#000}.subtitle{margin:0 0 8px}.description{margin:0}.cat{width:220px;transform:translate(-20px,-50px)}
