/* Reset default browser styles */
body {
  font-family: Arial, sans-serif;
  padding: 20px;
}

.navbar-brand img {
    max-height: 100px;
}

.index-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-weight: bold;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group textarea {
  resize: vertical;
  min-height: 150px;
}

.submit-button {
  text-align: center;
}

.text-center p {
    margin-bottom: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-content {
  margin-bottom: 40px;
  text-align: justify;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-content p {
    margin-bottom: 12pt;
}

.section-content img {
  float: left;
  margin-right: 20px;
  max-width: 100px;
  max-height: 100px;
}

.cta-buttons {
    margin-top: 20px;
  text-align: center;
}

.cta-buttons a {
  display: inline-block;
  margin: 10px;
  padding: 12px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

.hero img {
    max-width: 100%;
    height: auto;
}