body{
    background-color: black;
}
h1, h2, h3, h4, h5, h6, p{
    color: white;
    text-align: center;
}
table{
    color: white;
    border: 1px solid white;
    justify-content: center;
    display: flex;
}