section {
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  background-color: #713112;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

section h2 {
  color: white;
  margin-bottom: 15px;
  font-size: 2em;
  margin-top: 10px;
}