import { keyframes } from "@mui/material"; export const wink = keyframes` 50% { background-color: #ffb1b1; } `;