.loader-container{display:flex;justify-content:center;align-items:center;margin:0;background:transparent}.loader{width:75px;height:75px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:600px){.loader{width:50px;height:50px}}