body{
  background-color:#5291E0;
}
#myInput {
  background-image: url('search.png');
  background-position: 5px, 12px;
  background-repeat: no-repeat;
  width: 70%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  background-color:#B2CEF1;
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; /* Adds border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #B2CEF1; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
  width:67.8%;
  font-family:"Times New Roman", Times, serif;
  
}

#myUL li a:hover:not(.header) {
  background-color: #87B3E9; /* Add a hover effect to all links, except for headers */
}
.a{
  font-size:0px;
}
.position{
  position:relative;
  top:20%;
  left:15%;
}
::placeholder {
  color: black;
  font-family:"Times New Roman", Times, serif;
}
