.box-grey{
  background-color: #eee;
  padding: 40px;
  font-size: 32px;
  line-height: 1.2em;
  color: #27a8b8;
  text-align: center;
  font-weight: 100;
}

input.search{
  font-family: 'Roboto', monospace;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  outline: none;
  /*border: 1px solid #ddd;*/
  border: none;
  padding: 5px;
  color: #000;
  line-height: normal;
  width: 400px;
  max-width: 100%;
}
