body {
  background-color: #ff540a;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

.comingSoonWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

#logoAnimation {
  width: 20%;
  height: auto;
}

/* medium view between 1550px and 1001 */
@media screen and (max-width: 1550px) and (min-width: 1001px) {
  #logoAnimation {
    width: 30%;
    height: auto;
  }
}

/* small view between 1000 and 791 */
@media screen and (max-width: 1000px) and (min-width: 791px) {
  #logoAnimation {
    width: 40%;
    height: auto;
  }
}

/* x-small view 790 and smaller */
@media screen and (max-width: 790px) {
  #logoAnimation {
    width: 50%;
    height: auto;
  }
}

#results {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.infoWrapper {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
}

.plantImage {
  width: 30%;
  height: auto;
}
