display: inline-block;
padding: 8px 16px;
font-size: 16px;
font-family: sans-serif;
color: white;
font-weight: bold;
background: linear-gradient(90deg, #ff0000, #cc0000, #ff0000);
background-size: 200% 100%;
border: none;
border-radius: 4px;
cursor: pointer;
animation: shine 3s linear infinite...