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

body {
  width: 100%;
}

img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

form {
  text-align: center;
}

label {
  display: none;
}

#btn {
  width: 360px;
}

p {
  text-align: center;
}