
body {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  background: #eef1f5;
  color: #2c3e50;
  margin: 0;
  padding: 2rem;
}

h1, h2 {
  text-align: center;
  color: #34495e;
}

.container {
  background: #fff;
  padding: 2rem;
  min-width: 600px;
  width: fit-content;
  margin: 2rem auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="number"],
textarea {
  width: 100%;
  padding: 0.75rem;
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

input[type="submit"],
button {
  background: #3498db;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
}

input[type="submit"]:hover,
button:hover {
  background: #2980b9;
}

label {
  display: block;
  margin-top: 1rem;
  font-weight: 500;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}

th, td {
  padding: 0.75rem;
  border: 1px solid #ccc;
  text-align: left;
}

th {
  background: #ecf0f1;
}



table {
  max-width: 100%;
  width: 100%;
  display: block;
  overflow-x: auto;
}


.button {
  background: #3498db;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
  text-align: center;
}

.button:hover {
  background: #2980b9;
}
