p {
  color: red;
  /* This is a single-line comment */
  text-align: center;
}

h1 {
  background-color: green;
}

div {
  background-color: lightblue;
}

p {
  background-color: yellow;
}

div {
  width: 200px;
  height: 50px;
  background-color: #eee;
  overflow: visible;
}