body {
  background-color: #00002F;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  padding: 0 0;
  margin: 0 0;
}

.fullOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoText {
  position: fixed;
  display: flex;
  right: .75em;
  bottom: .75em;
  height: 2em;
}

.logoCenter {
  position: fixed;
  display: flex;
  right: auto;
  bottom: auto;
  height: 30%;
}

@media only screen and (max-width: 600px) {
  .logoText {
      width: 100%;
      justify-content: center;
      right: auto;
  }
  .logoText img {
      width: 95%;
  }
  .logoCenter {
    width: 100%;
    justify-content: center;
    right: auto;
  }

  .logoCenter img {
    width: 80%;
  }
}
