body {
    color: black;
    font-family: Arial;
}

.businesses-container {
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.business-container {
    padding: 1px;
    min-width: 50px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

.business-container img{
    width: 50px;
}

div a {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.search-input {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

form{
    width: 300px;
    margin-top: 10px;
    margin-bottom: 0px;
}

form #q{
    width: 300px;
    text-align: center;
    padding: 5px 0px;
}

td img {
    width: 50px;
}

table a {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}

.logout-container {
    position: fixed;
    top: 10px; /* Distancia desde la parte superior */
    right: 10px; /* Distancia desde la derecha */
}

footer {
    align-self: flex-end;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: sticky;
    bottom: 0px;
}