@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap");

html,
body {
  height: 100%;
  margin: 0;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: #f9fafb;
  color: #333;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.sakramen-section {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}

.sakramen-box {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

.sakramen-header {
  background: #e9e4e4;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 18px;
}

.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.form-info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.file-icon {
  width: 40px;
  height: 40px;
}

.form-link {
  color: #1a5eff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.file-desc {
  margin: 2px 0;
  font-size: 13px;
  color: gray;
}

.btn-download {
  background: limegreen;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}

footer {
  background-color: #15091A;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 0.875rem;
  margin-top: 4rem;
}
