.show-container {
    display: flex;
    align-items: center;
}

.show-children {
    flex: 1;
    display: flex;
}

form {
    width: 100%;
}

.show-children table {
    padding: 10px;
}

.show-children input, .show-children label, .show-children button {
    flex: 1;
    width: 100%;
}

.show-children label {
    font-family: 'PetitaBold';
}
.show-children button {
    text-align: center;
    background-color: #007E95;
    border-radius: 25px;
    padding: 25px;
    margin-top: 10px; 
    font-family: 'PetitaBold';
    color: white;
}

#button-div {
    width: 100%;
}

#map {
    height: 600px;
    width: 100%;
    margin-right: 25px;
    margin-top: 20px;
    border-radius: 25px;
}

h1 {
    margin-block-start: 0;
    font-family: 'Harabara';
    text-align: center;
    background-color: #007E95;
    padding: 50px;
    color: white;
}

tr, td {
    font-family: 'PetitaLight';
}

td {
    padding: 2em;
}

.table-button {
    display: block;
    margin: 0 auto;
}