.inner-message {
  background-color: #217CA8;
  line-height: 1.8;
  border: 3px solid #fff;
  padding: 20px;
  color: #BDDACE;
}
.footer {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  margin-left: 0px;
  margin-right: 0px;
}

.jumbotron {
  background-color: #2283b0;
}
.jumbotron h2 {
  color: #393D44;
  border-bottom: 8px solid #FFC007;
  margin-bottom: 45px;
}
.jumbotron h3 {
  color: #fff;
}
