.container {
  max-width: 800px;
}

section.header {
  margin-top: 4rem;
  text-align: center;
}

section.content {
  text-align: left;
}

footer {
  text-align: center;
}

.value-img {
  display: block;
  text-align: center;
  margin: 2em 0;
}

img {
  max-width: 100%;
}

@media (min-width: 550px) {
  .header {
    margin-top: 10rem;
  }
}

.button.button-primary {
  background-color: #f9c04d !important;
  border-color: #f9c04d !important;
}

.button.button-secondary {
  background-color: #eee !important;
  border-color: #eee !important;
}
