.HeadlineSearchContainer {
    position: relative;
    top: 100px;
    margin: auto;
    height: 159px;
  }
  
  .SearchCharacterStyle {
    font-family: Roboto;
    font-size: 12px;
    line-height: 24.82px;
    text-align: left;
  }
  
  .searchrespond {
    font-family: Roboto;
    font-size: 12px;
    line-height: 24.82px;
    text-align: left;
  }
  
  #areaCovered {
    display: none;
  }
  
  #areaNotCovered {
    display: none;
  }
  
  #fillArea {
    display: none;
  }
  
  .autocomplete {
    width: 300px;
  }
  
  
  input#myInput {
    position: absolute;
    margin-left: 22%;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    position: relative;
    margin-left: 18%;
    border: 1px solid black;
}

h2#fillArea {
    position: relative;
    margin-left: 36%;
    margin-top: 5%;
    font-family: sans-serif;
    color: black;
}


