html, body {
  background: url('../images/gears.svg') no-repeat center center #8CD7F8;
  background-size: 80px 80px;
  font-family: 'Calibri', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  height:100%;
  transition:all linear .5s;
}

.displaynone {display:none;}

.interested.step.savings-booster-stepthree {
    background-color: #f68c16;
}

.download.button.savings-booster-final {
    margin-top: 4rem;
    width: 150px;
    display: inline-block;
}

.download.button.orange-btn.savings-booster-final {
    background-color: #f68c16;
}