form {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
textarea {
  height: 150px;
  resize: vertical;
}
button[type="submit"] {
  margin-bottom: 10px;
  background: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
button[type="submit"]:hover {
  background: #45a049;
}
 address-title {
    margin-top: 10px;