.centro{
  align-items: center;
  justify-content: center;
  display: flex;
}


table {
  width: 50%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

/* Estilo do cabeçalho da tabela */
th {
  background-color: #f2f2f2;
}