body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.fullOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoText {
  position: fixed;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .logoText {
      width: 100%;
  }
  .logoText img {
      width: 95%;
  }
}
