    .spin            { animation: spin 0.9s linear infinite; }
    @keyframes spin  { to { transform: rotate(360deg); } }
