.spinner{border:5px solid #e5e5e5;border-top-color:#f15a4a;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}
