body{
    background-color: rgb(59, 241, 59);
    background-position: center;
}
.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;
}