body {
  margin: 0;
}

.start-page {
  width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;

  background: url("Tellie-BG.jpg") no-repeat center center fixed;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  position: absolute;
  top: center;
  left: center;
  width: 100px;
  z-index: 10; /* Ensures it's on top */
}

#androidDetected {
  position: absolute;
  top: center;
  left: center;
  width: 80%;
  /*height: 20%;*/
  background-color: #ffffff;
  color: #FFC422;
  font-size: 1.2em;
  z-index: 20; /* Ensures it's on top */
  display: none;
}

