body {
justify-content: center;
align-items: center;
margin: 20px;
padding: 20px;
background-color: darkgrey;


}

table, tr, td, th {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 8px;
    text-align: center;
    color: aliceblue;
    border-color: aliceblue;
}

table {
    background-image: url('fundo.png');
    background-repeat: no-repeat;
    justify-content: center;
    zoom: 1.2;
    width: 100%;
    height: 100%;
    background-color: black;

}

.div1 {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 20px;
    margin: 20px;
}

