* {
  box-sizing: border-box;
}

#myInput {
  background-image: url("../images/search.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 40px;
  padding: 12px 20px 12px 40px;
  border: 2px solid #dddddd;
  margin-bottom: 18px;
}

#myUL {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#myUL li a {
  border: 1px solid #dddddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  margin-bottom: 28px;
}

#myUL li a:hover:not(.header) {
  background-color: #eeeeee;
}


