td {
  border: 1px solid black;
  background: yellow;
}
body {
  background: rgb(255, 198, 140);
}
h1 {
  text-decoration: underline;
}
input {
  background: rgb(100, 255, 100);
}