#help {
  background-image: url(../images/apples.png);
  background-size: 50%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

#help > header {
  background-color: #0f2436;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#help > header > img {
  height: 70px;
}

#help > h1 {
  height: 90px;
  margin: 0;
  font-family: "Avenir-Black", sans-serif;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#help > article {
  overflow-y: auto;
  height: calc(100vh - 370px);
  position: absolute;
  top: 180px;
}

#help > article > ul {
  list-style: disc;
  text-align: left;
  height: 100%;
}

#help > article > ul > li {
  width: 70%;
  margin: 30px;
}

#help > footer {
  position: absolute;
  width: 100vw;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

#help > footer > button {
  background-color: #49485d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  width: 300px;
  height: 30px;
  font-size: 15px;
  font-family: "Avenir-Medium", sans-serif;
  letter-spacing: 2px;
}
