/* /assets/css/success.css */

section {
  text-align: center;
  margin: 3rem auto;
  max-width: 800px;
}

.success-box {
  background-color: #e7fbe7;
  border-left: 5px solid #4CAF50;
  padding: 1.5rem;
  margin: 2rem 0;
  font-size: 1.1rem;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.success-box p {
  margin: 0;
  color: #2d5f2d;
}

a {
  color: #2d5f2d;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}
