body {
  margin: 0;
  padding: 0;
}
.splash-screen {
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1a1a1c;
  font-family: 'Manrope', Helvetica, "sans-serif";
  color: #FFFFFF;
}

.splash-screen img {
  margin-bottom: 30px;
}
