body,
html {
  height: 100%
}

body {
  background-color:#351f65;
}

#lottie{
  background-color:#351f65;
  width:100%;
  height:100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
}

.flutter-loader {
  display: none;
}

.error-message {
  color: white;
  margin: 20px;
}
