body,html{background-color:#f8fafc;padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}main{padding:5rem 0;flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}code{background:#e2e8f0;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Courier New,monospace}.container{height:100vh;display:block;flex-direction:column;justify-content:center;align-items:center;margin:40px}.whatsapp-float{box-shadow:0 4px 15px rgba(0,0,0,.2);animation:pulse 1.8s infinite}.whatsapp-float img{width:28px;height:28px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.whatsapp-float{position:fixed;bottom:20px;right:20px;z-index:999;width:55px;height:55px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 8px 15px rgba(0,0,0,.2);transition:transform .3s ease}.whatsapp-float:hover{transform:scale(1.1)}