b {
  background: blue;
}
p {
  margin: 40px;
  color: yellow;
}
#IDD { color: #ff0; } /* for IDs */
.big { font-size: 100px; } /* for classes */
div { background: black; } /* vs this for tag names */
canvas { display: block; touch-action: none; background: #111; }