@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; }} html {background-color: var(--cream)} body {background: none} body {font-family: "Helvetica"; font-size: 16px}