:local(.wrapper) {
  margin-top: 50px;
}

:local(.jumbotron) {
  background-color: #333;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

:local(.jumbotron) h1 {
  font-size: 8em;
  margin-top: 0;
}

:local(.jumbotron) :local(.description) {
  font-size: 1.5em;
  margin-bottom: 30px;
}