body {
  margin: 0;
  padding: 0;
}

.loader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-image-container {
  width: 300px;
}

.loader-spacer {
  height: 3px;
  width: 164px;
  border-radius: 3px;
  background-color: #e2e3e4;
  margin-top: 34px;
  margin-bottom: 40vh;
}