.link-button{color:#fff;text-align:center;cursor:pointer;background-color:#0070f3;border:none;border-radius:5px;padding:10px 20px;text-decoration:none;display:inline-block}.link-button:hover{background-color:#005bb5;text-decoration:none;animation-name:pulse;animation-duration:.2s;animation-fill-mode:forwards}.link-button:active{background-color:#003f7f}.link-button:disabled,.link-button[aria-disabled=true]{cursor:not-allowed;background-color:#ccc;animation-name:none}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}
