#brand-logo {
  font-size: 34px;
  background-image: linear-gradient(red, red);
}

#app-navbar {
  background: linear-gradient(120deg, #2030C0, #7D8AF9);
}

#top {
  color: rgb(75,222,242);
  margin-top: 5px;
  margin-right: 0;
}

#top2 {
  margin-top: 5px;
  margin-left: 0;
  color: rgb(169,194,185);
}

#promo {
  text-align: center;
  padding: 40px;
  background-color: rgb(136,157,222);
}

#solution {
  background-color: rgb(79,237,79);
  color: black;
}

#demo {
  margin-left: 30px;
  color: white;
}

#blogs {
  background-color: #14b65f;
}

