@import 'reset.css';
body {
  padding: 5em;
}
#search {
  width: 32em;
}

#searchbox {
  width: 72%;
  border: 3px inset #ddd;
  font-size: 2em;
}

#submit {
  background: #ccc;
  border: 3px outset #ddd;
  font-size: 1.5em;
  padding: .3em;
}

