table {
    background-color: black;
    width: 75%;
}
tr {
    background-color: white;
}
td {
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
