body {
  margin: 0;
}

.loader-container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 100vh;
  background: rgba(10, 12, 18, 0.55);
  backdrop-filter: blur(4px);
}

.loader {
  margin: auto;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader lottie-player {
  width: 220px;
  height: 220px;
  opacity: 0.9;
}
