body {
    font-family: Arial, sans-serif;
}

h1 {
    background: linear-gradient(45deg, #0072b4, #119600);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

input {
    margin: 1em 0;
    width: 20em;
}

#results table {
    border-collapse: collapse;
}

#results table th {
    background-color: #f2f2f2;
    text-align: left;
}

#results table th, table td {
    padding: 0.5em;
    border: 1px solid #f2f2f2;
}

#results table .exact-match {
    background-color: #f8c4d5;
}

#results {
    width: 600px;
}

#map {
    height: 800px;
    width: 400px;
    border: 1px solid #f2f2f2;
}

.container {
    display: flex;
    gap: 20px;
}



