/* Jumbotron */
.jumbotron {
  position: relative;
  text-align: center;
  top: 0px;
  text-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  color: white;
  background: #004833;
  padding: 15px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #004833;
  color: white;
  text-align: left;
  padding-top: 25px;
}

.progress {
  height: 40px;
}

ul {
  list-style-type: none;
}

.wrapper {
  text-align: center;
}

.button {
  position: absolute;
  top: 50%;
}

.legend {
  margin-top: 40px;
}

.legend p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.legend p :first {
  margin-top: 20px;
}

.container {
  margin-bottom: 35px;
}

span {
  font-size: 1.5rem;
}

.legend-item {
  max-width: 400px;
  height: 130px;
  padding: 20px;
  border-radius: 10px;
}
