body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #222;
}

.site-header {
  background: url("https://lh3.googleusercontent.com/sitesv/AAzXCkdX10RRmOgBy7pDHcRrId-WS5vQ9uP3w19OcbwDnoEFbb0Fv3-ADTDxxKvsBr232-3OI3by16xDZjA7cj6bpE_nqSKwb0RJPXvyrjeN4BUD8OhKc-ZY8Uz1PPx7sbNCM82wzK1wx6t9h_Uj0onoC8Ex8-ZAKS_QVVjdon0D_ivog7ulwyW8eREkmU0=w16383") center/cover no-repeat;
  height: 300px;
  position: relative;
}

.header-overlay {
  background-color: rgb(2, 57, 109);
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.site-title {
  font-size: 2em;
  margin: 0;
}

.site-subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2em;
  justify-content: center;
  flex-wrap: wrap;
}

.kemendagri-logo {
  width: 50px;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
}

.navbar {
  background-color: #013369;
  padding: 10px 0;
  text-align: center;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}

.navbar li {
  margin: 0 15px;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.navbar a:hover {
  color: #ffd5d4;
}

.content {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.content h2 {
  color: #013369;
  border-bottom: 3px solid #013369;
  padding-bottom: 5px;
}

.download-btn {
  display: inline-block;
  background-color: #013369;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.3s;
}

.download-btn:hover {
  background-color: #b92f2d;
}

.site-footer {
  background-color: #013369;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin-top: 40px;
}
