.spin{display:flex;justify-content:center;align-items:center;min-height:200px}.spin img{width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{font-family:Poppins}html{scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden}.pt-8{padding-top:6rem!important}
