body {
  background-color: black;
  color: white;

}

h1,h5,  table {
  text-align: center;
  color: white;
}

h2 {
  text-align: center;
  color: green;
}

h4 {
  text-align: center;
  color: red;
}

table {
  background-color: gold;
   color: black;
  border-radius: 5px;
  border-collapse: collapse;
}

table td {
    border: 1px solid black;
    padding: 5px; 
}

li {
 color: yellow;
}

