.hero {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

h1, h2, h3 {
  font-weight: 700;
}

.container {
  max-width: 1200px;
}

body {
  line-height: 1.6;
}

.btn-primary {
  background-color: #d46a00;
  border: none;
}