.container { display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f6f5fa; } .loading-wrapper, .error-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; }