body {
  background: #1b262c;
}

#loader {
  position: absolute;
  width: 200px;
  height: 200px;
  margin: auto;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#loading-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#loading-text {
  color: #97badc;
  font-size: 18px;
  margin-top: 310px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}