form {
  font-family: Arial, sans-serif;
  font-size: 14px;
  max-width: 400px;
  margin: 0 auto;
}

label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

input[type="submit"],
input[type="reset"],
button[type="submit"],
button[type="reset"] {
  padding: 5px 10px;
  background-color: #007bff;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
}
title {
    color: green;
}