body {
  background-image: url("../bg.jpg");
}
.lead {
  color: white;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 2px 2px #1d1d1c;
}
.display-3 {
  color: white;
  font-weight: 700;
  text-shadow: 2px 2px #1d1d1c;
  text-align: center;
}
