* {
    padding: 0;
    border: 0;
    margin: 0;
}

body {
    font-family: "Courier New";
    font-size: 16pt;
    background-color: Bisque;
}

#outer_container_div {
    height: 100vh;
    /* border: 1px solid Red; */
    display: flex;
    justify-content: center;
}

#query_table_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#postcode_input {
    border: 2px solid Black;
    border-radius: 10px;
    padding: 3px;
    height: 30px;
    width: 150px;
    font-family: "Courier New";
    font-size: 16pt;
    text-align: center;
    margin-top: 5px;
}

#distance_in_miles_input {
    border: 2px solid Black;
    border-radius: 10px;
    padding: 3px;
    height: 30px;
    width: 150px;
    font-family: "Courier New";
    font-size: 16pt;
    text-align: center;
    margin-top: 5px;
}

#search_button {
    border: 2px solid Black;
    border-radius: 10px;
    padding: 3px;
    height: 34px;
    width: 400px;
    font-family: "Courier New";
    font-size: 16pt;
    text-align: center;
    margin-top: 10px;
    background-color: Black;
    color: White;
}

td {
    padding-left: 10px;
}

#results_title_div {
    text-align: center;
    font-size: 32pt;
    text-decoration: underline overline;
    margin-top: 10px;
}

#download_pub_csv_button {
    border: 2px solid Black;
    border-radius: 10px;
    padding: 3px;
    height: 30px;
    width: 400px;
    font-family: "Courier New";
    font-size: 16pt;
    text-align: center;
    margin-top: 10px;
    background-color: Black;
    color: White;
    margin-bottom: 10px;
}

#buttons_below_pubs_table_div {
    text-align: center;
}

#the_merry_drinker {
    max-height: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
}
