body{
    background-color: rgb(250, 0, 0);
    background-position: center;
    color: rgb(255, 255, 255);
}
.card-body{
    color: black;
}
.t1{
    color: white;
}
h1{
    color: rgb(173, 64, 0);
}
table, th, td {
    border:1px solid rgb(255, 0, 0);
    background-color: white;
  }

table,tr, th, td{
    text-align: center;
}