.grid-menu{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-items: center;
    align-items: center;
}

.imagem{
    width: 100%;

    max-width:  160px;
    max-height: 160px;

    min-width:  100px;
    min-height: 100px;
}

.botoes{
    cursor: pointer;
    border: 2px solid black;
    border-radius: 30px;
    padding: 10px;
}

.centro{
    text-align: center;
}
.tabelinha {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.tabelinha td,
.tabelinha th {
    border: 1px solid #ddd;
    padding: 8px;
}

.tabelinha tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tabelinha tr:hover {
    background-color: #ddd;
}

.tabelinha th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #04AA6D;
    color: white;
}

.negrito{
    font-weight: bold;
}