/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #333;
}

.jumbotron {
  background-color: #f8f9fa; /* soft lavender-tinted grey  -  #f4f1f7  #f2edf8  #f8f9fa */ 
  color: #333;
  padding: 4rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


