body {
  margin: 0;
  padding: 0;
}
.splash-screen {
  position: fixed;
  z-index: 1000;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Poppins, Helvetica, "sans-serif";
}

.splash-screen img {
  /* width: 80PX; */
  width: 60px;
}
