body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}
modal-body{
margin: auto;
display: contents;
}

#searchInput {
  padding: 0.5rem;
  border-radius: 0px;
  width: 200px;
}

/* ESTILOS */

.input-group-text{
  background-color: #ffffff;
  border-radius: 0px;
}
h1{
  font-size: 24px;
}
h2{
  font-size: 16px;
}
/* RESULTADOS */
.content {
  max-width: 600px;
  margin: 2rem auto;
  background: white;
  padding: 1rem;
  border-radius: 8px;
}

#resultsList {
  list-style: none;
  padding: 0;
}

#resultsList li {
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
}