body {
  font-family: Arial, sans-serif;
  background: #green;
  margin: 0;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-box h1 {
  color: white;
  font-size: 30px;
  font-family: Arial;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 14px;
 
  }

  .header-box {
  border-radius: 30px;
  background: linear-gradient(to right, #2c5f2d, #97bc62);
  padding: 10px;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    margin-top: 30px;
}



.form-container {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 350px;
  margin-top: 40px;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.field {
  display: flex;
  gap: 10px;
}

input {
  flex: 1;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

button {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  background: #233;
  color: white;
  cursor: pointer;
}

button:hover {
  background: #0056b3;
}

#printButton {
  background: green;
  padding: 10px;
  font-size: 14px;
}

#printButton:hover {
  background-color: #209;
}  border-radius: 6px;
  font-size: 18px;
}

button {
  padding: 5px 10px;
  border: 2px solid #0056b3;
  border-radius: 6px;
  background: #233;
  color: white;
  cursor: pointer;
  font-size: 12px;
}

button:hover {
  background: #0056b3;
}


#printButton {
  background: green;
  border: none;
  align-content: center;
  padding: 10px 20px;
  box-shadow: black;
  font-family: Times New Roman, san-serif;
  color: white;
  margin-top: 30px;
  border-radius: 7px;
}
#printButton:hover{
  background-color: #209;
}
