/**
* Use FontAwesome for the magnifying glass icon 
*/
@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');

body {
  width: 100%;
}

h1 {
  font-family: sans-serif;
  font-size: 80px;
  margin-top: 120px;
  text-align: center;
}

form {
  text-align: center;
}