body {
  background-color: grey;
  font-family: Arial, sans-serif;
}

h1 {
  color: #333333;
  text-align: center;
}

input[type="text"] {
  width: 200px;
  padding: 5px;
  border: 1px solid #cccccc;
}
