.spinner{border:5px solid #d2d2d2;border-top-color:#5488bf;border-radius:50%;width:5rem;height:5rem;margin:3rem auto;animation:.5s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner.small{border-width:2px;width:1.5rem;height:1.5rem;margin:0}.spinner.fill{height:inherit;width:inherit}
