#fundo{
    background-color: black;
}
h1{
    background-color: chocolate;
}
table{
    width: 100%;
    margin-bottom : .5em;
    table-layout: fixed;
    text-align: center;
  }
  img{
    width: 100%;
    margin-bottom : .5em;
    table-layout: fixed;
    text-align: center;
  }