body {
  background: #ffe5f7;
  font-family: Arial, sans-serif;
}
.navbar {
  background: #ffb6d5;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.menu a {
  color: #fff;
  background: #f26fb0;
  padding: 8px 14px;
  border-radius: 6px;
  margin: 0 5px;
  text-decoration: none;
  font-weight: bold;
}
.menu a:hover, .menu a.active {
  background: #eb63a3;
}
.footer {
  background: #f26fb0;
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 8px 8px;
}
button, .btn {
  background: #f26fb0;
  color: #fff;
  border: none;
  padding: 10px 0;
  border-radius: 5px;
  font-weight: bold;
  cursor:pointer;
  font-size: 1.07em;
  width: 100%;
  margin-top: 8px;
}
button:hover, .btn:hover {
  background: #eb63a3;
}
.table {
  background: #fffafc;
  border-collapse: collapse;
  width: 100%;
}
.table th, .table td {
  border-bottom: 1px solid #f2c3de;
  padding: 10px 16px;
  text-align: left;
}
.table th {
  background: #ffe5f7;
  color: #222;
  font-size: 1.08em;
}
.table tr:last-child td {
  border-bottom:none;
}
input, textarea {
  padding: 8px 12px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 5px;
  border:1.5px solid #ffc1e3;
  font-size: 1em;
  background: #fffafc;
  box-sizing: border-box;
}
label {
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  margin-top: 8px;
}
.testi-container {
  display: flex;
  max-width: 1100px;
  margin: 36px auto 0 auto;
  gap: 30px;
}
.testi-table, .testi-form {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px #ffdcf120;
  padding: 28px 22px 22px 22px;
}
.testi-table {
  flex: 2;
}
.testi-form {
  flex: 1;
  align-self: flex-start;
}
.judul-testimoni {
  color: #f26fb0;
  margin-bottom: 18px;
  font-size:1.32em;
  font-weight: bold;
}
.judul-form {
  color: #4299e1;
  margin-bottom: 17px;
  font-size: 1.12em;
  font-weight: bold;
}
.konten-pendonor {
  background:#fff;
  border-radius:14px;
  padding:30px 26px 18px 26px;
  margin:38px auto 18px auto;
  max-width:1100px;
  box-shadow: 0 4px 20px #ffdcf175;
}
.judul-pink {
  color:#f26fb0;
  font-size:1.5em;
  margin-bottom:18px;
  font-weight:bold;
}
.form-data {
  background:#fff;
  padding:24px;
  margin:24px auto;
  width:340px;
  border-radius:10px;
}