.loading-message{width:100%;height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-content:center}.spinning-image{animation-name:spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}