body {
  background-image: radial-gradient(#FE15A7, #9C0C80);
}

h1 {
  color:rgb(255, 255, 255);
}

table {
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse;
}

table td {
  text-align: center;
  vertical-align: top;
}

table th {
  color:rgb(255, 255, 255);
}

table tr:nth-child(odd) td{
  background: rgba(128, 128, 128, 0.3);
  color:rgb(255, 255, 255);
}
table tr:nth-child(even) td{
  background: rgba(0, 0, 0, 0.3);
  color:rgb(255, 255, 255);
}


