body{
    background-color: black;
    
}

.text{
    color: whitesmoke;
    text-align: center;
}

.image{
    display: block;
    margin-left: auto;
    margin-right: auto;

}

table, th, td {
    border: 1px solid rgb(255, 255, 255);
  }

.center-table {
    margin-left: auto;
    margin-right: auto;
  }