
.screen{width:100vw;height:100vh}.full{width:100%;height:100%}.center{justify-content:center;align-items:center;display:flex}.float{animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}
