.suggest button:hover{
    background-color: white;
    color:inherit;
}

.suggest button:focus {
    outline: none;
  }