body {
    background-color: floralwhite;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 2%;
}

.card {
    max-width: 100%;
}

.imgAttribution {
    font-size: 50%;
    color: gray;
}

.pricing-row {
    padding-inline: 10%;
}

.list-unstyled {
    font-size: 70%;
}

.mapsection {
    display: inline;
}

.map {
    border: 0px;
    height: 100%;
    width: 100%;
}

h1 {
    padding: 1%;
    text-align: center;
    font-family: sans-serif;
    font-size: 36px;
}

h3 {
    padding: 1%;
    text-align: center;
    font-family: sans-serif;
    font-size: 26px;
}

p {
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
}

table, th, td {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    width: 100%;
    padding: 10px;
}

th {
    height: 40px;
    width: 200px;
    text-align: center;
}

td {
    text-align: center;
}

#tr1 {
    background-color: lightgray;
}

#tr3 {
    background-color: lightgray;
}

#tr5 {
    background-color: lightgray;
}

#tr7 {
    background-color: lightgray;
}

#soloTable {
    border-collapse: collapse;
    padding: 10px;
    
}

footer {
    display: inline-flex;
    position: relative;
    font-family: sans-serif;
    font-size: 16px;
    color: rgb(117, 115, 115);
    padding-top: 5%;
    text-align: center;
}

#txRtrn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}