* {
  margin: 0;
  padding: 0;
}

.body {
  background-color: #F3F3F3;
}

.splash-image {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  align-self: center;
  height: 100vh; /* Full viewport height to center vertically */
}

.flutter-view {
}
