@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{border:4px solid #0000001a;border-left-color:#ffa900;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}
