body { font-family: Arial, sans-serif; padding: 10px; } 
table { width: 100%; border-collapse: collapse; } 
th, td { border: 1px solid #ccc; padding: 8px; } 
input, button { width: 100%;  margin-top: 5px; font-size: 16px; }

form input[type="text"],
form input[type="password"],
form textarea {
  width: 90%;
 
  margin-top: 5px;
  margin-bottom: 15px;
 
  border-radius: 5px;
  font-size: 16px;
  
}

form button {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

form button:hover {
  background-color: #0056b3;
}

/* Judul dan teks */
h1, h2 {
  text-align: center;
  color: #007BFF;
  font-size: 16px;
  border:1px;
}

isi {border:1px solid #ccc; padding:3px; margin:20px 0;}

komentar { margin-top: 40px; border-top: 1px solid #ccc; padding-top: 20px; }
komen-item { border-bottom: 1px solid #eee; margin-bottom: 15px; padding-bottom: 10px; }
hapus-komentar { font-size: 0.9em; color: red; float: right; }
