form input[type="text"] {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  margin-bottom: 10px;
}

form button {
  padding: 8px 16px;
  background-color: #0069d9;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

form button:hover {
  background-color: #0053ba;
}
