.marquee{overflow:hidden;white-space:nowrap;width:100%;padding:18px 0;display:flex;align-items:center}.marquee-content{display:flex;animation:marquee 20s linear infinite}.marquee-content span{padding-right:8rem;font-size:42px;font-weight:400;color:#29282d;font-family:'libre franklin',sans-serif}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.marquee-content{display:inline-block;animation:marquee 15s linear infinite;font-size:24px;font-weight:800;color:#2c2c2c;letter-spacing:1px;font-family:'libre franklin',sans-serif;text-transform:none}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:20px;right:20px;background-color:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:9999;box-shadow:0 4px 10px rgba(0,0,0,0.3)}.whatsapp-float img{width:32px;height:32px}