.tron {
  background: #ff00cc;
  background: -webkit-linear-gradient(to right, #333399, #ff00cc);
  background: linear-gradient(to right, #333399, #ff00cc);
  margin-top: 69px;
  padding-bottom: 2em;
  background-color: blueviolet;
  color: white;
  text-align: center;
}
.tron h1 {
  font-family: "Crimson Text", serif;
}
.tron p {
  font-family: "Crimson Text", serif;
}
.tron img {
  max-width: 300px;
}
.app-btn {
  color: white;
  font-size: 2rem;
  background-color: black;
  border-radius: 1rem;
}
button.app-btn a,
a:visited {
  text-decoration: none !important;
  background-image: none;
  color: white;
  padding-bottom: 0.1rem;
}

.landing-page {
  max-width: 1170px;
  margin-bottom: 0px;
}
.center-text {
  text-align: center;
}

.desc {
  align-self: center;
  text-align: center;
}

.desc-header h3 {
  margin-top: 0;
  font-family: "Crimson Text", serif;
  color: blueviolet;
}

.desc-with-img p {
  font-family: "Crimson Text", serif;
}
.desc-with-img img {
  border: none;
}

.desc ul li:before {
  content: none !important;
}
.my-paper {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 1rem;
}
.footer {
  background-color: ghostwhite;
  text-align: center;
}
.footer-wrapper {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
