
body, list{
  background-color:DarkMagenta;
  font-family:Comic Sans MS;
}

table, th, td {
  border:2px solid DarkOrange;
  background-color:cyan;
}

h1,p,h3 {
  color:cornsilk;
}
.center {
  text-align:center;

}

table{
  width: 100%;
  height: 10%;
}