.screen_centered {
    margin: 0;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dot {
  background: #1EAB71;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 2px;
}
.dots {
  margin-top:60px;
}


.flutter-loader {
    display: none;
}