.Loading-container { display: flex; flex-direction: column; align-items: center; justify-content: center; } .Loading-logo { animation: Loading-logo-spin infinite 20s linear; height: 40vmin; pointer-events: none; margin-bottom: 5%; margin-top: 10%; } @keyframes Loading-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }