@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Loader .spinner{border:5px solid #d3d3d3;border-top-color:#00f;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}
