
.preloader {
  width: 100%;
  height: 100vh;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.preloader__status {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.preloader__status-text {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
.preloader__status-loader {
  width: 100%;
  height: 3px;
}
.preloader__status-bar {
  background: white;
  height: 100%;
}
