@keyframes spin{0%{transform:rotate(0);animation-timing-function:ease-in}50%{transform:rotate(180deg);animation-timing-function:ease-out}to{transform:rotate(360deg);animation-timing-function:ease-in}}.loading-logo{width:150px;height:150px;animation:spin 2s infinite}
