body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
}

 .geoNames {
    border-collapse: collapse;
    width: 80%; /* Adjust the width as needed */
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
 }

label, input {
    display: inline-block;
    margin-right: 10px;
}

th {
    padding: 15px;
    text-align: center;
}

td {
    padding: 15px;
}

input {
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;   
    margin: 20px; 
}

thead {
    background-color: #f2f2f2; 
    padding: 15px;
}


table, th, td {
    border: none;
}


h1 {
    margin-bottom: 20px;
    text-align: center;
}

button {
    margin-top: 10px;
}

.field-group {
    margin-bottom: 10px;
}

#output {
    display: flex;
    justify-content: center;
    padding: 30px;
    line-height: 30px;
}