body main {
  background: linear-gradient(180deg, rgb(44, 44, 44) 0%, rgb(0, 0, 0) 100%);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main #content {
  width: 75%;
  height: 80%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5%;
}
body main #content img {
  height: 60%;
}
body main #content p {
  color: white;
  font-size: 2rem;
  margin: 0.75rem 2rem;
  font-family: Arial, sans-serif;
  text-align: center;
}

@media (max-width: 700px) {
  body main #content {
    height: 70%;
    width: 95%;
  }
  body main #content img {
    height: auto;
    width: 80%;
  }
  body main #content p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

/*# sourceMappingURL=help.css.map */
