body { font-family: font-family: "Montserrat", sans-serif; background: #f4f4f4; margin: 0; padding: 0; }
.container { max-width: 1200px; margin: 20px auto; background: white; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
table th, table td { border: 1px solid #ccc; padding: 10px; text-align: center; }
.pagination { text-align: center; margin-top: 20px; }
.pagination a { margin: 0 5px; text-decoration: none; color: #007bff; }
.form { margin-top: 50px; text-align: center; }
form input, form button { padding: 8px; margin: 5px 0; }
a { text-decoration: none; color: #CD5C5C; }

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}
.button1 {border-radius: 2px;}

input[type=file] {
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid red;
  border-radius: 4px;
}