.body {
  font-family: Montserrat !important;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  color: #1f3b9b;
  font-size: 36px;
  font-weight: bold;
  font-family: montserrat;
}

.popularDesmosContainer {
  max-width: 90%;
  margin: 25px auto;
  display: block;
  border-radius: 20px;
}

.desmosPDSection {
  max-width: 85%;
  margin: 50px auto;
  display: block;
}

.desmosPDCard {
  background-color: #f4f6ff;
  border: 1px solid #707070;
  padding: 25px;
  box-shadow: 0px 3px 6px #00000029;
  margin: 10px auto;
  min-height: 215px;
}

.desmosPDSection h1 {
  font-size: 36px;
  font-weight: bold;
}

.desmosPDSection img {
  float: left;
  display: block;
}

.desmosPDBlueBlurb {
  background-color: #275ce4;
  border-radius: 5px;
  color: white;
  text-align: center;
  padding: 5px;
  margin-left: 125px;
  max-width: 40%;
}

.desmosPDTitle {
  color: #f78219;
  font-size: 24px;
  font-weight: bold;
  margin-left: 125px;
}

.desmosPDType {
  font-size: 20px;
  margin-left: 125px;
}

.desmosPDDate {
  font-size: 18px;
  font-weight: bold;
  margin-left: 125px;
}

.desmosPDRegisterButton {
  background-color: #f78219;
  border-radius: 6px;
  width: 25%;
  text-align: center;
  padding: 5px;
  margin-left: 125px;
}

.desmosPDRegisterButton a {
  color: white !important;
  font-size: 12px;
  font-weight: bold;
}

.desmosByUnitContainer {
  background-color: #d7def7;
  padding: 15px 20px;
}

.desmosByUnitContainer h1 {
  color: #1f3b9b;
  font-size: 36px;
  font-weight: bold;
  width: 90%;
  margin: 5px auto;
  display: block;
  font-family: montserrat;
}

.desmosByUnitWhiteContainer {
  max-width: 90%;
  margin: 25px auto;
  display: block;
  background-color: white;
  padding: 10px 50px;
  border-radius: 20px;
}

.desmosByUnitWhiteContainer h2 {
  font-size: 28px;
  font-weight: bold;
  color: #f78219;
  font-family: montserrat;
}

.desmosByUnitWhiteContainer p {
  font-size: 22px;
  font-family: montserrat;
}

.desmosTutorialContainer {
  max-width: 85%;
  margin: 50px auto;
  display: block;
  font-family: montserrat;
}

.desmosTutorialTitle {
  font-size: 14px;
  line-height: 140%;
  color: #000;
  text-align: left !important;
}

.desmosTutorialTitle:hover {
  color: #f78219;
}
