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

body {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: gray;
  text-transform: uppercase;
  margin-top: 20px;
}

h1 {
  font-family: Georgia;
  font-size: 42px;
  margin-top: 0;
}
