/* style.css */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
}

h1 {
  font-size: 2em;
  color: #222;
  text-align: center;
  margin-top: 10px;
}

.box-hidro {
  background-color: #e6f9e6;
  border: 2px solid #2e7d32;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

nav a {
  font-size: 18px; /* Mărește dimensiunea textului */
  color: white;
  text-decoration: none;
  margin: 0 1em;
}

.box-hidro h3 {
  color: #2e7d32;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.box-hidro ul {
  list-style: none;
  padding-left: 0;
}

.box-hidro li::before {
  content: "✔️ ";
  color: #2e7d32;
  font-weight: bold;
  margin-right: 5px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.btn-suna {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #0073e6;
  color: #0073e6;
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-suna:hover {
  background-color: #0073e6;
  color: #ffffff;
}
