body{
    text-align: center;
    font-family: sans-serif;
    background-color: #000000;

    margin: 0;
    padding: 30px;
}

table{
    margin: auto;
    border-collapse: collapse;
    background-color: black;
}

th, td{
    border: 1px solid white;
    padding: 10px 20px;
}

th, td{
    background-color: black;
    color: white;
}