body {
  background-color: #009137;
  font-family: 'Be Vietnam Pro', system-ui, sans-serif;
  color: white;
}

.content-container {
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
  margin-top: 20px;
  border-radius: 15px
}

.header-section {
  padding: 2rem 1rem;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.header-title {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #000;
  font-family: "Merienda", system-ui, sans-serif;
}

.header-subtitle {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  font-family: "Merienda", system-ui, sans-serif;
}

.spaghetti-image {
  max-width: 600px;
  width: 100%;
  margin: 1rem auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.date-info {
  font-size: 2rem;
  font-weight: 900;
  margin: 2rem 0 0rem;
  letter-spacing: 2px;
  color: #000;
  font-family: "Merienda", system-ui, sans-serif;
  text-shadow: none;
}

.location-info {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0rem;
  /*color: #e52c36;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
  color: white;
}

a {
  color: white;
}

.organizer {
  font-style: italic;
  border-radius: 10px;
  text-align: center;
  font-size: 0.8rem;
}

.registration-form {
  background-color: white;
  padding: 2rem;
  border-radius: 15px;
  margin-top: 1.0rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  font-size: 0.9rem
}

.registration-form a {
  color: #000;
}

.registration-form li,
.registration-form p {
  color: #000;
}

.form-label {
  color: #000;
  font-weight: bold;
}

.form-title {
  color: #009137;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.form-control {
  border-radius: 10px;
  border: 2px solid #ddd;
  padding: 12px;
  font-size: 0.9rem;
}

.btn-submit {
  background-color: #009137;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 12px 25px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #008026;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .header-title {
    font-size: 2rem;
  }

  .header-subtitle {
    font-size: 3.5rem;
  }

  .date-info {
    font-size: 2.5rem;
  }

  .spaghetti-image {
    max-width: 90%;
  }

  .content-container {
    margin-top: 0;
    border-radius: 0;
  }
}
