@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(200%)}}.duck{flex:1;justify-content:center;align-items:center;display:flex}.logo{width:15vh;height:15vh;animation:2s ease-in-out infinite both rotate-center}.bar{background:#ffffff1a;border-radius:10px;width:100%;height:.5rem;display:block;position:relative;overflow:hidden}.bar-slide{background-color:#eab308;width:50%;height:100px;animation:1.5s ease-in-out infinite slide;position:absolute}@media (max-width:768px){.bar{display:none}}
