body {
  background: -webkit-linear-gradient(top,#1f364d 56px,#0e2439 400px);
  color: white;
}

hr {
  background-color: white;
}

.jumbotron {
  background-color: transparent;
}

header {
  font-size: 60px;
  text-align: center;
  background: -webkit-linear-gradient(right, rgb(61, 202, 114), rgb(34, 128, 4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'IM Fell DW Pica SC', serif;
  font-weight: bold;
  text-align: left;
}

.logo {
  width: 330px;
}

.image {
  width: 250px;
  height: 250px;
  border-radius: 4px;
}

main {
  padding-top: 40px;
}

.bd-example {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.bd-example .app-desc {
  padding-bottom: 20px;
}

.bd-example .app-desc-subtext {
  font-size: 13px;
  text-align: justify;
}

.categories ul {
  padding-left: 20px;
}

.categories li {
  list-style: none;
}

.original-price {
  font-size: larger;
  text-decoration: line-through;
}

.discount {
  margin-left: 15px;
  font-weight: bold;
  font-size: 35px;
}

.digest-screenshot {
  width: 100%;
  float: right;
  max-width: 440px;
  border-radius: 4px;
}

.lead {
  text-align: justify;
}

footer {
  color: white;
  margin-top: 30px;
  text-align: center;
}

/* Media queries start */
/* Mobile only */
@media (max-width:575px) {
  header {
    margin-left: 0;
  }
}

/* Media queries end */
