body {
  margin: 0;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 100vh;
  background: #343a40;
}

.loader-svg {
  width: 200px;
  height: 200px;
  max-width: 50vw;
  max-height: 50vh;
}
