footer img {
  width: 7rem;
}
footer a.btn-primary {
  background-color: #00707f !important;
  border-color: #00707f !important;
}
progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  background-color: #e6e6e1;
}
progress[value]::-moz-progress-bar {
  background-color: #00707f;
}
progress[value]::-webkit-progress-bar {
  background-color: #e6e6e1;
}
progress[value]::-webkit-progress-value {
  background-color: #00707f;
}
