body {
  background: #00ffff;
  color: black;
}

h1, h2, h3, h4, h5 {
    color: #000000;
    margin-bottom: 30px;
}

h4 {
  font-size: 2em;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.3em;
  }
}
section {
  margin-bottom: 60px;
}

section a {
  color: black;
  font-size: 2em;
}
.whitepaperDe section a {
  font-size: 2.5em;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  section a {
    font-size: 28px;
  }
  .whitepaperDe section a {
    font-size: 28px;
  }
}

#demo h3 {
  color: black;
  font-size: 36px;
}

@media (max-width: 767px) {
  #demo h3 {
    font-size: 24px;
    line-height: 60px;
    top: 160px;
  }
}

