/**
* 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;
}

.form {
  width: 100%;
  height: 42px;
  background-color: rgb(227, 243, 240);
  border: 0;

  font-size: 18px;
  color: purple;
  padding: 10px;

  position: relative;
}

#search-icon {
  font-size: 24px;

  position: absolute;
  top: 130px;
  right: 5px;
}