body {
  background-color: lightblue;
}

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

p {
  font-family: verdana;
  font-size: 20px;
}

table {
  background-color: #65f27b;
}

th, td, tr {
  color: #45443;
}
