body {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgb(13,15,27);
}

.logo {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.text {
  /* Center the text horizontally and set font styles */
  text-align: center;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: rgb(255,251,239);
  margin-top: 20px;
}